I'm having a problem with PHP 4.3.8 failing to 'make' on a RedHat Enterprise Linux ES v.3 machine. Here's the make error:

-o libphp4.la
ext/pcre/pcrelib/maketables.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1

When I use '--without-pcre-regex --without-pear' it gives me this error on make:

-o libphp4.la
ext/posix/posix.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1

So, I use the above options and '--disable-posix' and I get:

-o libphp4.la
ext/session/session.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1

So, I use '--disable-session'. By now, I'm seriously limiting my PHP installation and disabling features that I need. Anyway, I get this:

-o libphp4.la
regex/regcomp.lo: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1

Now, I try '--disable-mbregex' and '--without-regex' to no effect. I continue to get the same make error.

So, I'm at a loss and I don't know what to try next (plus I need each of these options). Any help would be appreciated.

--
Regards,
Ben Ramsey
http://benramsey.com

---------------------------------------------------
http://www.phpcommunity.org/
Open Source, Open Community
Visit for more information or to join the movement.
---------------------------------------------------


PGP Key ID: 0x3968B5EE

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to