Menu

#5 Redhat 9 Compile Error

open
None
5
2003-12-10
2003-09-01
Anonymous
No

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

Discussion

  • Caleb Groom

    Caleb Groom - 2003-12-10

    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?

     
  • Caleb Groom

    Caleb Groom - 2003-12-10
    • assigned_to: nobody --> moorg
     

Log in to post a comment.

MongoDB Logo MongoDB