Click to See Complete Forum and Search --> : 4.1.2 configure .. howto get shared
petepdx
08-05-2002, 06:41 PM
RedHat Linux 7.3
PHP 4.1.2
Can not get configure to enable shared
./configure \
--enable-shared=yes \
--enable-static=no \
-with-mysql=/usr
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
Please help .. going crazy ..
-pete
petepdx
08-05-2002, 07:54 PM
Well I'm still going nuts. Now have $'s to spend on getting this resoloved or will
have to change to IIS by Wednesday.
I did ./configure --with-mysql=shared,/usr
inadditon to --enable-shared and
--disable-shared
but now in .libs i get a mysql.la not
a .so.
Please help .. alternative from management
is 100% Microsoft no php
-pete
petepdx
08-05-2002, 08:04 PM
here's some more
---------------------------------------
./configure --enable-shared \
--disable-static \
--with-mysql=/usr
will get you
checking whether to build shared libraries... no
checking whether to build static libraries... yes
---------------------------------------
./configure --enable-shared \
--disable-static \
--with-mysql=shared,/usr
will get you
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
----------------------------------------
the makefile in ext/mysql
has
LTLIBRARY_NAME = libmysql.la
LTLIBRARY_SOURCES = php_mysql.c
LTLIBRARY_LIBADD = $(MYSQL_LIBADD)
LTLIBRARY_SHARED_NAME = mysql.la
LTLIBRARY_SHARED_LIBADD = $(MYSQL_SHARED_LIBADD)
------------------------------------
what am i doing wrong ????????
i dont want to have to use IIS and ASP
for the rest of my life ...
-pete
please
PHP Builder
Copyright Internet.com Inc. All Rights Reserved.