Skip to main content

Php4.4.9 build error - Libtool

Comments

3 comments

  • brax33
    full log because I'm lazy and half expect it to get asked for:
    0
  • brax33
    Well, managed to get it working.... Though to be honest it took a bit of timing. You have to start the install process, but catch the file when the installer creates/overwrites it, but before it runs it, and edit out [QUOTE] # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. if test "$inst_prefix_dir" = "$destdir"; then $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 exit $EXIT_FAILURE fi
    The last four lines there, just comment them out. Also I installed using PCRE 7.7, but it looks like 8.20 should work as well. If you're having the PCRE error on php 4.4.9 check
    0
  • cPanelMichael
    Hello :) I am happy to see you were able to resolve the issue, but please keep in mind that PHP 4 was marked end-of-life over 6 years ago. It's likely a good idea to communicate this information to your customer and strongly suggest to them that upgrading their script is worth the effort. Thank you.
    0

Please sign in to leave a comment.