php compile error any one know? $25 for the answer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55694

    #1

    php compile error any one know? $25 for the answer

    i am compiling php on a new box i get

    libtool: link: cannot find the library

    but i have libtool installed.

    25$ to the person who can help.
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • OzMan
    Confirmed User
    • Sep 2003
    • 9162

    #2
    Have you tried getting more detail on the error by adding:

    $echo "$modename: cannot find the library \`$lib' (lib${name}.la: $deplib)" 1>&2

    Resulting error message becomes something like:

    libtool: link: cannot find the library `' (whatever-library-is-missed:
    and-where-it-is-missed)

    Comment

    • skinnay
      Confirmed User
      • Apr 2004
      • 2274

      #3
      libtool is installed but probably not in your linker's path, try to set the libtool directory explicitly

      try ./configure --help | grep libtool

      and look for a --with-libtool option and set it to where you installed libtool

      i guess..
      Make Real Green with ORGANIC SEO | Blog post exchange | Non-index page trades | A-B C-D Trades [icq: 194-215-962] [mail: [email protected]]

      Comment

      • fuzebox
        making it rain
        • Oct 2003
        • 22353

        #4
        Originally posted by skinnay
        libtool is installed but probably not in your linker's path, try to set the libtool directory explicitly

        try ./configure --help | grep libtool

        and look for a --with-libtool option and set it to where you installed libtool

        i guess..
        That's what I said, fris doesn't want to do anything himself.

        Comment

        Working...