php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8278 libmain.al(main.lo) in archive is not object
Submitted: 2000-12-15 10:54 UTC Modified: 2001-03-09 20:46 UTC
From: gavirial at tutopia dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3pl1 OS: Linux RedHat 6.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gavirial at tutopia dot com
New email:
PHP Version: OS:

 

 [2000-12-15 10:54 UTC] gavirial at tutopia dot com
Configuration executed as follows:
  ./configure --enable-track-vars \
              --enable-trans-sid \
              --with-mysql \
              --disable-debug \
              --with-apxs \
              --enable-versioning

It configures ok, but when make is executed this error is given:

main/.libs/libmain.al: object main/.libs/libmain.al(main.lo)
in archive is not object
collect2: ld returned 1 exit status
make[1]: ***[libphp4.la] Error 1
make[1]: Leaving directory `/.../php-4.0.3pl1?
make: ***[all-recursive] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-18 08:24 UTC] sniper@php.net
Try doing this:

1. delete config.cache
2. reconfigure 
3. # make clean ; make depend ; make

--Jani
 [2001-03-09 20:46 UTC] sniper@php.net
No feedback, not enough info, closed.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 23:01:29 2025 UTC