[PHP-DEV] Bug #11707 Updated: FILE.lo isn't a libtool type if built php as a cgi From: tom <email protected>
Date: 06/26/01

ID: 11707
User Update by: tom <email protected>
Status: Open
Bug Type: Sablotron XSL
Operating system: NetBSD/Alpha 1.5W-current
PHP Version: 4.0.6
Description: FILE.lo isn't a libtool type if built php as a cgi

here is my setup:

export LIBS="-lm -lc -lintl -lX11" && \
export LDFLAGS="-Wl,-export-dynamic \
  -Wl,-R/usr/lib -L/usr/lib \
  -Wl,-R/usr/pkg/lib -L/usr/pkg/lib \
  -Wl,-R/usr/local/lib -L/usr/local/lib \
  -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib"

./configure \
--with-apxs \
--disable-pear \
--with-gd=/usr/pkg \
--with-png-dir=/usr/pkg \
--with-jpeg-dir=/usr/pkg \
--with-freetype-dir=/usr/pkg \
--with-xpm-dir=/usr/X11R6 \
--with-sablot=/usr/local \
--with-expat-dir=/usr/local \
--with-iconv=/usr/pkg \
--with-pgsql=/usr/local \
--with-mysql=/usr/local \
--enable-libgcc \
--with-gnu-ld \
--with-zlib \
--with-system-regex \
--with-config-file-path=/usr/local/etc \
--enable-track-vars \
--enable-force-cgi-redirect \
--enable-discard-path \
--enable-memory-limit \
--enable-sysvsem \
--enable-sysvshm \
--enable-sockets \
--with-ttf=/usr/pkg \
--enable-freetype-4bit-antialias-hack

Previous Comments:
---------------------------------------------------------------------------

[2001-06-26 14:51:38] tom <email protected>
when building php-cvs as a dso for apache, things go fine. however, if just remove the "--with-apxs" setting to compile it as a cgi, then about midway through, i get errors about somefile.lo isn't a libtool type. i did start from scratch when building the dso and cgi.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=11707

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>