Re: [PHP] Solaris 10 libnetsnmp build failure

2006-01-02 Thread Curt Zirzow
On Fri, Dec 30, 2005 at 12:56:35AM -0800, Dean wrote:
 Posted this to php-install with no response.  See:
 http://marc.theaimsgroup.com/?l=php-installm=113579793423896w=2
 
 Hi folks,
 
 I am trying to install php-4.4.1 on sparc-solaris 10, but make fails with:
 
 /bin/sh /root/tmp/php-4.4.1/libtool 90-line snip -o sapi/cgi/php
 
 gcc: /usr/sfw/lib/sparcv9/.libs/libnetsnmp.so: No such file or directory
 *** Error code 1
 make: Fatal error: Command failed for target `sapi/cgi/php'
 
 My configure line is:
 
 ./configure --with-mysql --with-snmp
 
 This is almost the right place for libnetsnmp - /usr/sfw/lib, but there
 is no .libs directory.
What does this give you:

   net-snmp-config --libdir
   or
   net-snmp-config --netsnmp-libs 
 
It should give the path to the /usr/sfw/lib

If it does say that you could try a:

  ./configure --with-snmp=/usr/sfw/

Also, check the output of config.log for some errors related to
net-snmp that might help explain why php's configure choose .libs.

The .libs dir is something that is used in the compilation of the
net-snmp code, which is generaly put in $prefix/lib on a make
install, if you compiled netsnmp manually.

Curt.
-- 
cat .signature: No such file or directory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Solaris

2002-12-08 Thread Peter Houchin
Kris,

a couple of options for you to try are http://www.sun.com/bigadmin
http://www.solariscentral.com also have a search in google

also you can try this... resart the machine and press stop a after the
banner comes up and you get the ok prompt .. then type boot -s (for single
user mode) (you will need to know the root password) it will come up with a
message saying something like .. you are about to enter into maintance
mode.. press control-c to proceed in normal start up mode.

once you have entered in the root password you will be able to mode around
the directories via the command line .. then is a simple matter of tying cd
/etc/rc2.d ; rm filename

 -Original Message-
 From: Kris [mailto:[EMAIL PROTECTED]]
 Sent: Monday, 9 December 2002 12:04 PM
 To: PHP List
 Subject: [PHP] Solaris


 Sorry I know this is off subject but I'm in a bind.

 I have a problem with my Solaris box booting up.
 Does I fairly new to all of this so does anybody know a good
 newsgroup for Solaris??

 My problem is I added a file so a program would auto load. I
 added the file to etc/rc2.d
 Now this program loads perfect but continues to run and the rest
 of the O/S can't load.
 How can I access that director to delete the file??

 Thanks for any help

 Kris




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Solaris

2002-12-08 Thread Kris
Thank you so much

Worked like a charm!! :)

Kris

- Original Message -
From: Peter Houchin [EMAIL PROTECTED]
To: Kris [EMAIL PROTECTED]; PHP List [EMAIL PROTECTED]
Sent: Monday, December 09, 2002 12:01 PM
Subject: RE: [PHP] Solaris


 Kris,

 a couple of options for you to try are http://www.sun.com/bigadmin
 http://www.solariscentral.com also have a search in google

 also you can try this... resart the machine and press stop a after the
 banner comes up and you get the ok prompt .. then type boot -s (for
single
 user mode) (you will need to know the root password) it will come up with
a
 message saying something like .. you are about to enter into maintance
 mode.. press control-c to proceed in normal start up mode.

 once you have entered in the root password you will be able to mode around
 the directories via the command line .. then is a simple matter of tying
cd
 /etc/rc2.d ; rm filename

  -Original Message-
  From: Kris [mailto:[EMAIL PROTECTED]]
  Sent: Monday, 9 December 2002 12:04 PM
  To: PHP List
  Subject: [PHP] Solaris
 
 
  Sorry I know this is off subject but I'm in a bind.
 
  I have a problem with my Solaris box booting up.
  Does I fairly new to all of this so does anybody know a good
  newsgroup for Solaris??
 
  My problem is I added a file so a program would auto load. I
  added the file to etc/rc2.d
  Now this program loads perfect but continues to run and the rest
  of the O/S can't load.
  How can I access that director to delete the file??
 
  Thanks for any help
 
  Kris
 
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php