[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nss-mysql-devel] Solaris patch
From: |
Kevin W. Brown |
Subject: |
Re: [Nss-mysql-devel] Solaris patch |
Date: |
Sun, 17 Mar 2002 20:39:02 -0500 (EST) |
On Mon, 18 Mar 2002, Guillaume Morin wrote:
> Hmm, I see. You should try to use --with-mysql-include and
> --with-mysql-lib instead of --with-mysql alone. It should do the trick.
OK. Here's what I just tried:
./configure --with-mysql-include=/usr/local/mysql/include
--with-mysql-lib=/usr/local/mysql/lib --sysconfdir=/etc
I got the following error:
configure: error: /usr/local/mysql/include/mysql.h is not an existing file
If I do this instead:
./configure --with-mysql-include=/usr/local/mysql/include/mysql
--with-mysql-lib=/usr/local/mysql/lib/mysql --sysconfdir=/etc
configure finishes without error. However, when I try to compile, I get
the following:
gcc -DHAVE_CONFIG_H -I. -I. -I. -Dent_t=gid_t -Wall -Wstrict-prototypes
-Wpointer-arith -Werror -DOS=solaris2.6 -I/usr/local/mysql/include/mysql
-g -O2 -c shadow.c -Wp,-MD,.deps/shadow.TPlo -fPIC -DPIC -o
.libs/shadow.lo
shadow.c:43: mysql/my_pthread.h: No such file or directory
--------------------------------------------------------------------------
Kevin W. Brown | 2975B Manchester Rd. | E-Mail: address@hidden
Quantum Internet Services | Manchester, MD 21102 | Voice: 410-239-6920
--------------------------------------------------------------------------
- [Nss-mysql-devel] Solaris patch, Kevin W. Brown, 2002/03/17
- Re: [Nss-mysql-devel] Solaris patch, Guillaume Morin, 2002/03/17
- Re: [Nss-mysql-devel] Solaris patch, Kevin W. Brown, 2002/03/17
- Re: [Nss-mysql-devel] Solaris patch, Guillaume Morin, 2002/03/17
- Re: [Nss-mysql-devel] Solaris patch, Kevin W. Brown, 2002/03/17
- Re: [Nss-mysql-devel] Solaris patch, Guillaume Morin, 2002/03/17
- Re: [Nss-mysql-devel] Solaris patch,
Kevin W. Brown <=
- Re: [Nss-mysql-devel] Solaris patch, Guillaume Morin, 2002/03/18