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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 14:01:32 2024 UTC