RE: Compile problem - cannot find -lz

2004-08-23 Thread SPROUSE Troy F
That is what I did and was able to complete the installation. Thanks for your help Alan. Troy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan DeKok Sent: Monday, August 23, 2004 8:51 AM To: [EMAIL PROTECTED] Subject: Re: Compile problem - cannot

Re: Compile problem - cannot find -lz

2004-08-23 Thread Alan DeKok
SPROUSE Troy F <[EMAIL PROTECTED]> wrote: > OK, I have fixed my problem that started this thread below by installing > zlib-devel but now I am getting the following while running 'make'. > > Making static dynamic in rlm_x99_token... If you're not using rlm_x99_token, just delete the directory.

Re: Compile problem - cannot find -lz

2004-08-22 Thread Paul Hampson
On Sun, Aug 22, 2004 at 06:23:06PM -0400, SPROUSE Troy F wrote: > OK, I have fixed my problem that started this thread below by installing > zlib-devel but now I am getting the following while running 'make'. > Making static dynamic in rlm_x99_token... > gmake[6]: Entering directory > `/tmp/freera

RE: Compile problem - cannot find -lz

2004-08-22 Thread SPROUSE Troy F
make[2]: Leaving directory `/tmp/freeradius-1.0.0/src' gmake[1]: *** [common] Error 1 gmake[1]: Leaving directory `/tmp/freeradius-1.0.0' make: *** [all] Error 2 I have made any modifications to the original files from the package so I am curious as to why I am getting this error now

Re: Compile problem - cannot find -lz

2004-08-20 Thread Alan DeKok
SPROUSE Troy F <[EMAIL PROTECTED]> wrote: > I am having a compile problem on RedHat 9. I ran configure as ./configure > --includedir=/usr/include/mysql but below is the output after I run make. > > gcc -shared sql_mysql.lo -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl > -lm -Wl,-soname -Wl,

Compile problem - cannot find -lz

2004-08-20 Thread SPROUSE Troy F
I am having a compile problem on RedHat 9. I ran configure as ./configure --includedir=/usr/include/mysql but below is the output after I run make. gcc -shared sql_mysql.lo -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -Wl,-soname -Wl,rlm_sql_mysql-1.0.0.so -o .libs/rlm_sql_mysql-1.0.0.