MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Compiling mysql on HP-UX 11.11
Posted by: Kent Bower
Date: September 03, 2005 07:06AM

BTW: note that

./configure --without-server --prefix=/usr/local/mysqlc ....

should match the directory later:

perl Makefile.PL --cflags="-I/usr/local/mysql/include/mysql" --libs="-L/usr/local/mysql/lib/mysql .... "

(They don't match in my example above, but you should be sure to make them match)

Options: ReplyQuote


Subject
Views
Written By
Posted
4919
September 03, 2005 06:17AM
Re: Compiling mysql on HP-UX 11.11
2549
September 03, 2005 07:06AM
2489
September 08, 2005 07:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.