On Monday 19 February 2001 16:33, wally grotophorst wrote: > I am having a problem getting make to run after configure on my Ultra > 10 (Solaris 8.0). I installed all the software on the companion cd > (e.g., gcc 2.95.2, gmake, etc). The error seems to be a problem > finding include files but I've tried using the --include-dir directive > with no success. Here's the command I'm using to run configure: Generally I've had really _bad_ experiences using the native Sun make - try using gmake && gmake install instead..... You can fix the include path problem in /etc/profile "the default profile" add your favourite places to the LD_LIBRARY_PATH, mine looks like: LD_LIBRARY_PATH=/lib:/usr/share/lib:/usr/local/lib:etc:etc:etc logout -> login this should work -- /Troels -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP-INST] Solaris 8 install problems
Telia etelia - Troels Larsen Mon, 19 Feb 2001 07:38:30 -0800
- [PHP-INST] Solaris 8 install problems wally grotophorst
- Telia etelia - Troels Larsen