Klaus wrote:
Hi Mike,
thanks for your response.
Initially I just took:
./configure --with-apache=... --with-mysql=... --with-mcrypt=...
The trials including
--with-zlib-dir=...
or
--with-zlib=...
also failed.
Do you or anyone else have an idea?
Greetings
Klaus
"Mike Beck" <[EMAIL PROTECTED]
Klaus wrote:
Hi Mike,
thanks for your response.
Initially I just took:
./configure --with-apache=... --with-mysql=... --with-mcrypt=...
The trials including
--with-zlib-dir=...
or
--with-zlib=...
also failed.
Do you or anyone else have an idea?
Greetings
Klaus
"Mike Beck" <[EMAIL PROTECTED]
klaus wrote:
Hi Chris,
I started to study the config.log file more in deep.
The kick-out error was:
conftest.c -lmysqlclient -lmcrypt -lltdl -lresolv -lm -ldl -lnsl 1>&5
/usr/bin/ld: cannot find -lltdl
Then I visited
http://mcrypt.hellug.gr/mcrypt/index.html
an learned that I have to
Hi Chris,
I started to study the config.log file more in deep.
The kick-out error was:
conftest.c -lmysqlclient -lmcrypt -lltdl -lresolv -lm -ldl -lnsl 1>&5
/usr/bin/ld: cannot find -lltdl
Then I visited
http://mcrypt.hellug.gr/mcrypt/index.html
an learned that I have to install not
Hi Mike,
I started to study the config.log file more in deep.
The kick-out error was:
conftest.c -lmysqlclient -lmcrypt -lltdl -lresolv -lm -ldl -lnsl 1>&5
/usr/bin/ld: cannot find -lltdl
Then I visited
http://mcrypt.hellug.gr/mcrypt/index.html
an learned that I have to install not o
Bottom posting...
klaus wrote:
Hi Mike,
thanks for your response.
Initially I just took:
./configure --with-apache=... --with-mysql=... --with-mcrypt=...
The trials including
--with-zlib-dir=...
or
--with-zlib=...
also failed.
Do you or anyone else have an idea?
Greetings
Klaus
"Mike Beck" <[
klaus wrote:
> Hi Mike,
>
> thanks for your response.
>
> Initially I just took:
> ./configure --with-apache=... --with-mysql=... --with-mcrypt=...
>
> The trials including
> --with-zlib-dir=...
> or
> --with-zlib=...
>
> also failed.
>
> Do you or anyone else have an idea?
>
What do you
Hi Mike,
thanks for your response.
Initially I just took:
./configure --with-apache=... --with-mysql=... --with-mcrypt=...
The trials including
--with-zlib-dir=...
or
--with-zlib=...
also failed.
Do you or anyone else have an idea?
Greetings
Klaus
"Mike Beck" <[EMAIL PROTECTED]> schrieb
klaus wrote:
> Dear all,
>
> I am to set up a LAMPS system
> (Red Hat 7.3, Apache 1.3.29, MySQL 4.0.18, PHP 4.3.4).
>
> When trying to configure PHP with the follwing command:
>
> ./configure --with-apache=/usr/local/apache/apache_1.3.29
>
> --with-mysql=/usr/local/mysql
>
> --with