Opened 14 years ago
Closed 14 years ago
#2886 closed defect (fixed)
mythzmserver build failure
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythzoneminder | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Error is:
g++ -o mythzmserver main.o zmserver.o -lmysqlclient /usr/bin/ld: cannot find -lmysqlclient
This needs '-L /usr/lib64/mysql' in my case. It should make use of the --libdir-name parameter to configure.
[Also we need a mythzoneminder component on trac.]
Attachments (1)
Change History (5)
comment:1 Changed 14 years ago by
Owner: | changed from Isaac Richards to paulh |
---|
comment:2 Changed 14 years ago by
Changed 14 years ago by
Attachment: | mythtv-zmserver-build.patch added |
---|
comment:3 Changed 14 years ago by
Component: | mythtv → mythzoneminder |
---|
Sorry, I wrote the added patch last night but didn't get chance to attach it because I ran mythzmserver when it had built and it took my server out (more about that on -dev). The patch is essentially what you suggest.
Note: See
TracTickets for help on using
tickets.
Replying to Martin Ebourne <martin@zepler.org>:
Does adding '-L $$LIBDIR' work for you?
Done