P
plumber
Invité
platform macosx client 10.2.4
problem compilation 4.3
first
####
./configure
--prefix=/usr/local/php4
--with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
--with-gd=/usr/local
--enable-track-vars
--with-openssl=/usr
--with-xml
--enable-exif
--enable-ftp
--enable-sockets
--with-sysvshm
--with-sysvsem
--enable-safe-mode
--enable-track-vars
--enable-magic-quotes
--enable-bcmath
--enable-memory-limit=yes
--with-kerberos=/usr
--with-yp
--enable-wddx
--enable-shmop
--enable-trans-sid
--with-tsrm-pthreads
--enable-memory-limit
--enable-calendar
--with-bz2=/usr/local
--with-zlib
--with-java=/System/Library/Frameworks/JavaVM.framework/Home
######
in makefile i obtain this
APXS_EXP =
APACHE_INCLUDE =
APACHE_TARGET =
APXS = /usr/local/apache2/bin/apxs
APXS_LDFLAGS =
APACHE_INSTALL =
STRONGHOLD =
MH_BUNDLE_FLAGS = -bundle -bundle_loader /usr/local/apache2/bin/httpd -L/Volumes/Antiquanted/Users/plumber/Projects/Unix/httpd-2.0.44/srclib/apr-util/usr/local/apache2/lib -L/usr/local/apache2/lib -laprutil-0 /Volumes/Antiquanted/Users/plumber/Projects/Unix/httpd-2.0.44/srclib/apr-util-lexpat -L/usr/local/apache2/lib -lapr-0 -lm
APXS = /usr/local/apache2/bin/apxs
why it takes this in mk of apache ?""" /Volumes/Antiquanted/Users/plumber/Projects/Unix/httpd-2.0.44/srclib/apr-util-lexpat"""
in mk of apache this value doesn't exist
i have rebuild apache and i haven't no problem but apr-util-lexpat ???? this create sure the make error no such file or directory
(and there are 2 APXS def
[configure apache2
./configure
--enable-module=most
--with-ssl
--enable-ssl
--enable-deflate
--enable-so
--enable-mods-shared=all]
######
second if i force it
the script continue and java.so is correctly build
now i do the same with apxs
libphp is builded but java.so crash ???????????????????
so question why
(cgi version works correctly)
problem compilation 4.3
first
####
./configure
--prefix=/usr/local/php4
--with-apxs2=/usr/local/apache2/bin/apxs
--with-mysql=/usr/local/mysql
--with-gd=/usr/local
--enable-track-vars
--with-openssl=/usr
--with-xml
--enable-exif
--enable-ftp
--enable-sockets
--with-sysvshm
--with-sysvsem
--enable-safe-mode
--enable-track-vars
--enable-magic-quotes
--enable-bcmath
--enable-memory-limit=yes
--with-kerberos=/usr
--with-yp
--enable-wddx
--enable-shmop
--enable-trans-sid
--with-tsrm-pthreads
--enable-memory-limit
--enable-calendar
--with-bz2=/usr/local
--with-zlib
--with-java=/System/Library/Frameworks/JavaVM.framework/Home
######
in makefile i obtain this
APXS_EXP =
APACHE_INCLUDE =
APACHE_TARGET =
APXS = /usr/local/apache2/bin/apxs
APXS_LDFLAGS =
APACHE_INSTALL =
STRONGHOLD =
MH_BUNDLE_FLAGS = -bundle -bundle_loader /usr/local/apache2/bin/httpd -L/Volumes/Antiquanted/Users/plumber/Projects/Unix/httpd-2.0.44/srclib/apr-util/usr/local/apache2/lib -L/usr/local/apache2/lib -laprutil-0 /Volumes/Antiquanted/Users/plumber/Projects/Unix/httpd-2.0.44/srclib/apr-util-lexpat -L/usr/local/apache2/lib -lapr-0 -lm
APXS = /usr/local/apache2/bin/apxs
why it takes this in mk of apache ?""" /Volumes/Antiquanted/Users/plumber/Projects/Unix/httpd-2.0.44/srclib/apr-util-lexpat"""
in mk of apache this value doesn't exist
i have rebuild apache and i haven't no problem but apr-util-lexpat ???? this create sure the make error no such file or directory
[configure apache2
./configure
--enable-module=most
--with-ssl
--enable-ssl
--enable-deflate
--enable-so
--enable-mods-shared=all]
######
second if i force it
the script continue and java.so is correctly build
now i do the same with apxs
libphp is builded but java.so crash ???????????????????
so question why
(cgi version works correctly)