Problem compiling mod_nss for Apache2.2 Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Problem compiling mod_nss for Apache2.2 Solaris 10
# 1  
Old 11-22-2010
Problem compiling mod_nss for Apache2.2 Solaris 10

Following this guide for Solaris 9.

Updated it for the nspr-4.6.4 and nss-3.11.4.

Here is my configure command in the mod_nss 1.0.8 dir:

Code:
./configure --with-apxs=/usr/local/apache2/bin/apxs --with-nss=/usr/local/nss-3.11.4/ --with-nspr=/usr/local/nspr-4.6.4/

And here is the error when i run gmake install:

Code:
gmake[1]: Entering directory `/usr/local/mod_nss-1.0.8'
/usr/local/apache2/bin/apxs -i -a -n nss libmodnss.la
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libmodnss.la /usr/local/apache2/modules
/usr/apache2/build/libtool --mode=install cp libmodnss.la /usr/local/apache2/modules/
/usr/local/apache2/build/instdso.sh: /usr/local/apache2/build/libtool: not found
apxs:Error: Command failed with rc=65536
.
gmake[1]: *** [install-libLTLIBRARIES] Error 1
gmake[1]: Leaving directory `/usr/local/mod_nss-1.0.8'
gmake: *** [install-am] Error 2

The path "/usr/local/apache2/build/libtool" exists and works. Any ideas?

Last edited by LittleLebowski; 11-22-2010 at 07:49 PM..
# 2  
Old 11-23-2010
Maybe instdso.sh wants an executable flat file there that links ok? Run ldd on it. Oh, mine is a sh script, so check the first line location of interpreter as well.
# 3  
Old 02-01-2011
Got it running. Had to edit /usr/local/apache2/build/libtool and /usr/local/apache2/bin/apxs with the correct locations of perl, sed, and whatnot. Also had to end up using the Sun packages below and doing an export of LD_LIBRARY_PATH to /usr/lib/mps

Fee free to ping me for help on this topic.

Portable Runtime:
SUNWpr
SUNWprd

NSS:
SUNWtls
SUNWtlsd
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can't disable SSLv3 in Apache + mod_nss

Hi everyone, I am trying to implement TLS through mod_nss in Apache (RHEL 7). As per the documentation, I have installed mod_nss and removed mod_ssl. I have followed the steps outlined in the documentation (see above link), especially making sure that the NSSProtocol directive reads as... (1 Reply)
Discussion started by: gacanepa
1 Replies

2. Solaris

Problem compiling Samba 3.5.1 on Solaris 10 with gcc (3.4.6)

I'm getting this error when 'Linking shared library bin/libtalloc.so.2'... anyone know what's up here? Using CFLAGS = -O -I. -I/source/samba-3.5.1/source3 -I/source/samba-3.5.1/source3/../lib/popt -I/source/samba-3.5.1/source3/iniparser/src -Iinclude -I./include -I. -I. -I./../lib/replace... (6 Replies)
Discussion started by: son_t
6 Replies

3. Solaris

problem compiling apache on solaris

Hi I'm trying to install apache 2.2.14 on Solaris with Openssl. I'm using following configure options: ./configure --prefix=/usr/local/apache2 --enable-ssl --enable-module=so --enable-proxy=shared --enable-proxy-http=shared --enable-proxy-ajp=shared --with-ssl=/usr/local/openssl ... (3 Replies)
Discussion started by: Aelfric
3 Replies

4. Infrastructure Monitoring

compiling netsnmp on solaris 8

Hello all Currently I am trying to install net-snmp-5.5 on a V480 Solaris 8 machine however things are hardly going smooth. I'm running configure will the following options. ./configure --prefix=/usr/local --with-mib-modules="smux ucd-snmp/diskio ucd-snmp/lmSensors host"... (2 Replies)
Discussion started by: krabu
2 Replies

5. Solaris

Compiling IRSSI on Solaris 10

How does one go aout compiling irssi locally on a fresh installation of Solaris 10, Out put from ./configure m command /download/1rss1-0.8.12 checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for gawk... no checking... (2 Replies)
Discussion started by: FloridaBSD
2 Replies

6. HP-UX

Problem in HP-UX compiling

Hi When im trying to do make --version and make --help in HP-UX it throws error Make: Unknown flag argument -. Stop. a soft link is present in this directory /usr/bin/make and hard link is in /usr/ccs/bin/make what could be the reason can any1 ..please tell me how to solve this... (1 Reply)
Discussion started by: vasanthan
1 Replies

7. UNIX for Advanced & Expert Users

compiling php5 on solaris 9. please help.

I'm trying to compile PHP5. I've installed mysql5 successfully and apache1.3 is working great, but I get the message below when I compile PHP5. I double checked if I have libxml2 installed and I do. I installed libxml2 binary from sunfreeware. Please see below for details: ./configure... (5 Replies)
Discussion started by: xnightcrawl
5 Replies

8. Programming

Compiling in Solaris

Hi, I'm new to Unix. I'm trying to compile a shared library in Solaris running on x86. I get "void value not ignored as it ought to be" error when trying "make". But it compiles fine in Fedora. How can this happen? I think both are using the same type of compiler. What can I do to get around... (8 Replies)
Discussion started by: runnerb
8 Replies

9. Solaris

Error on compiling php for GD on SOLARIS 10

Hi everyone, I have SUn E250 server running solaris 10. I have installed apache 2 + MySQL + PHP-5.1.4 following the guidelines on this website http://meljr.com/~meljr/AMPSolaris10.html Excellent document for first time installation. Now, because I wanted to use Coppermine Photo Gallery, I... (9 Replies)
Discussion started by: callingrohit
9 Replies

10. Solaris

Compiling problem

I'm trying to install the jed text editor on a SunOS 5.10 box. It depends on the s-lang library, which I installed to ~/lib. I'm trying to install jed to ~/jed (it's a box @ my university, so I don't have rights to install globally), but when I run make I get this error: It looks like it... (1 Reply)
Discussion started by: iandunn
1 Replies
Login or Register to Ask a Question