happyfish100 / happyfish100/libserverframe
/usr/bin/ld: cannot find -lfastcommon
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 25
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
hello,
libserverframe install error:
cc -shared -o libserverframe.so sf_nio.lo sf_iov.lo sf_service.lo sf_global.lo sf_func.lo sf_util.lo sf_configs.lo sf_proto.lo sf_sharding_htable.lo sf_cluster_cfg.lo sf_connection_manager.lo sf_serializer.lo sf_binlog_index.lo sf_file_writer.lo sf_binlog_writer.lo sf_ordered_writer.lo sf_shared_mbuffer.lo idempotency/server/server_channel.lo idempotency/server/request_htable.lo idempotency/server/channel_htable.lo idempotency/server/server_handler.lo idempotency/server/request_metadata.lo idempotency/client/receipt_handler.lo idempotency/client/client_channel.lo -lpthread -lfastcommon
/usr/bin/ld: cannot find -lfastcommon
collect2: error: ld returned 1 exit status
make: *** [libserverframe.so] Error 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported libserverframe installation command and its linker output. Check how the build locates the fastcommon library and whether the dependency is installed or included in the linker's search path. Done means the same build completes and produces libserverframe.so.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100