php3-list | 2000051
Date: 05/15/00
- Next message: usha: "[PHP3] Setting up data"
- Previous message: Jorge Ruben Macias: "[PHP3] Application Server's evaluation"
- Maybe in reply to: Bjorn Sodergren: "[PHP3] apxs error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
you know what .. i have just installed it ...
try to find apxs file using : find / -name apx*
it will tell you where the apxs file is ..
in mine it is in /usr/sbin/apxs
so i used :
./configure --with-apxs=/usr/sbin/apxs
see ... dont trust 100 % on manual .. :)))))
eris
-----Original Message-----
From: Bjorn Sodergren <sweede <email protected>>
To: php list <php3 <email protected>>
Date: Tuesday, May 16, 2000 12:04 AM
Subject: [PHP3] apxs error
>compiled apache with
>./configure --activate-module=src/modules/auth_mysql/libauth_msyql.a \
>--prefix=/usr/local/ozzy/apache
>
>php configured with
>./configure --with-mysql=/usr/mysql \
>--with-apxs=/usr/local/ozzy/apache/bin/apxs
>
>but i get the error that my apxs is broken.
>looking at the output of the ./configure, it says
>./configure: /usr/local/ozzy/apache/bin/apxs: No such file or directory
>3 times
>
>at the end it tells me to check www.php.net/FAQ.php3#4.11
>but thats not there anymore..
>
>heres the config section of the apxs file.
>---------------------------------------------
>my $CFG_TARGET = q(httpd);
>my $CFG_CC = q(gcc);
>my $CFG_CFLAGS =
>q( -I/usr/mysql/include -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat
-
>lite -DNO_DL_NEEDED `../apaci`);
>my $CFG_CFLAGS_SHLIB = q();
>my $CFG_LD_SHLIB = q();
>my $CFG_LDFLAGS_SHLIB = q();
>my $CFG_LIBS_SHLIB = q();
>my $CFG_PREFIX = q(/usr/local/ozzy/apache);
>my $CFG_SBINDIR = q(/usr/local/ozzy/apache/bin);
>my $CFG_INCLUDEDIR = q(/usr/local/ozzy/apache/include);
>my $CFG_LIBEXECDIR = q(/usr/local/ozzy/apache/libexec);
>my $CFG_SYSCONFDIR = q(/usr/local/ozzy/apache/conf);
>-----------------------------------------------------------------------
>
>the only thing that i can think of is /usr/local is a symbolic link to /usr
>
>any ideas ??
>thanks
>
>
>--
>PHP 3 Mailing List <http://www.php.net/>
>To unsubscribe, send an empty message to php3-unsubscribe <email protected>
>To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
>To search the mailing list archive, go to:
http://www.php.net/mailsearch.php3
>To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: usha: "[PHP3] Setting up data"
- Previous message: Jorge Ruben Macias: "[PHP3] Application Server's evaluation"
- Maybe in reply to: Bjorn Sodergren: "[PHP3] apxs error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

