From:             [EMAIL PROTECTED]
Operating system: RedHat 7.3
PHP version:      4.3.0
PHP Bug Type:     Compile Failure
Bug description:  libphp4.so not created 

I am trying to create the DSO version for Apache 2.0.44

$ ./configure --with-mysql --with-axps2=/web/bin/apxs

Normal output.

$ make all
(does not complete)

$ make libphp4.la
[snip]
ext/ctype/ctype.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1

$ make libs/libphp4.bundle
[snip]...
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o: In function
`_start':
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../crt1.o(.text+0x18):
undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [libs/libphp4.bundle] Error 1


There is nothing in libs and there is nothing in .libs

I have also tried this with php4-STABLE-200301220430 and I get the same
results.


-- 
Edit bug report at http://bugs.php.net/?id=21830&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21830&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21830&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21830&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21830&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21830&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21830&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21830&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21830&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21830&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21830&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21830&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21830&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21830&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21830&r=gnused

Reply via email to