Redhat 9 Compile Error
Status: Beta
Brought to you by:
kurzawa
The automake in .8.8 does not work correctly in Redhat 9.0.
As reported previously, src/Makefile needs to be
hand-edited to
include bookbase_LDFLAGS = -L/usr/lib/mysql. But in
addition,
on Redhat 9.0 the bookbase_LDFLAGS should have
-lmysqlclient.
should look like (after automake):
bookbase_LDFLAGS = -L/usr/lib/mysql -lmysqlclient
Thank you for your work on this software,
--Dave
Logged In: YES
user_id=384654
I'm able to compile on RH9 from the 0.8.8 tarball.
What does the output from your ./configure look like? Also,
can you paste your /etc/ld.so.conf?