From:             ruben at rentalia dot com
Operating system: Linux  2.6.9-34.0.1.ELsmp
PHP version:      5.1.4
PHP Bug Type:     *Compile Issues
Bug description:  make install libphp5.so issue

Description:
------------
When "make install" libphp5.so is not created.

Reproduce code:
---------------
I have seen similar bugs that do not help me.

Note Apache httpd-2.0.58

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-gettext
--with-pgsql --enable-trac k-vars --enable-force-cgi-redirect
--with-mime-magic -with-pspell --with-openssl
make 
make install

(Last sucesfully install was with ./configure
--with-apxs2=/usr/local/apache2/bin/apxs --with-gettext --with-pgsql
--enable-trac k-vars --enable-force-cgi-redirect --with-mime-magic)

Expected result:
----------------
libphp5.so is installed on /usr/local/apache2/modules/

Actual result:
--------------
libphp5.la and libphp5.a is installed on /usr/local/apache2/modules/

/usr/local/src/php-5.1.4$ make install
Installing PHP SAPI module:       apache2handler
/usr/local/apache2/build/instdso.sh
SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la
/usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la
/usr/local/apache2/modules/
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
cp .libs/libphp5.a /usr/local/apache2/modules/libphp5.a
chmod 644 /usr/local/apache2/modules/libphp5.a
ranlib /usr/local/apache2/modules/libphp5.a
libtool: install: warning: remember to run `libtool --finish
/usr/local/src/php-5.1.4/libs'
Warning!  dlname not found in /usr/local/apache2/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: no se puede acceder a «/usr/local/apache2/modules/libphp5.so»: No
existe el fichero o el directorio
apxs:Error: Command failed with rc=65536



-- 
Edit bug report at http://bugs.php.net/?id=38063&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=38063&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=38063&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=38063&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=38063&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=38063&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=38063&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=38063&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=38063&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=38063&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=38063&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=38063&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=38063&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=38063&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=38063&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=38063&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=38063&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=38063&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=38063&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=38063&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=38063&r=mysqlcfg

Reply via email to