|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Apache 1.3.22 with DSO on Solaris 8
I tried to install apache with DSO on solaris 8 yesterday but
make gave me error... ./configure --enable-rule=SHARED_CORE --enable-module=so --prefix=/opt/apache This works OK...but make give me errors... Since I'm not at the right place now I can't provide you with the errormessages... Does anyone succeeded in installing this? |
|
#2
|
||||
|
||||
|
Here are my error messages...when running make
gcc -c -I../os/unix -I../include -DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-li te -fPIC -DSHARED_CORE `../apaci` ap_snprintf.c /usr/ccs/bin/as: "/var/tmp/ccbgs7bS.s", line 3370: error: unknown opcode ".subse ction" /usr/ccs/bin/as: "/var/tmp/ccbgs7bS.s", line 3370: error: statement syntax /usr/ccs/bin/as: "/var/tmp/ccbgs7bS.s", line 3494: error: unknown opcode ".previ ous" /usr/ccs/bin/as: "/var/tmp/ccbgs7bS.s", line 3494: error: statement syntax *** Error code 1 make: Fatal error: Command failed for target `ap_snprintf.o' Current working directory /myfs/install/apache_1.3.20/src/ap *** Error code 1 make: Fatal error: Command failed for target `subdirs' Current working directory /myfs/install/apache_1.3.20/src *** Error code 1 make: Fatal error: Command failed for target `build-std' Current working directory /myfs/install/apache_1.3.20 *** Error code 1 make: Fatal error: Command failed for target `build' |
|
#3
|
||||
|
||||
|
Thought it was solaris own make that was the problem...
but I installed gnu make. make-3.79.1-sol8-sparc-local.gz ..and the same error messages occur... |
|
#4
|
|||
|
|||
|
>> I tried to install apache with DSO
You can't enable mod_so that way. Start here -> http://forums.devshed.com/showthrea...4223&forumid=15 Also remove --enable-rule=SHARED_CORE. Here is an example: ./configure --prefix=/opt/apache --enable-module=most --enable-shared=max --enable-module=auth_db --disable-module=auth_dbm --with-layout=./config.layout:Solaris Be sure to check config.layout file. |
|
#5
|
||||
|
||||
|
The compilation errors was due to SUNs as-command...
/usr/ccs/bin/as they occured when trying to build PHP4.0.6 too..... After installing GNU's binutils i didn't receive these errors.. NOTE! It's not just as..it's make yacc m4...and so on... Anyway, freebsd...you might be right... I couldn't wait so I installed a solaris binary version of apache..
__________________
- [ If I cant fix it, ask MacGyver... ] - |
|
#6
|
|||
|
|||
|
Regardless of whatever error, you ought to compile Apache the way I described in my last post. If it's still throwing you the error, then that's a different story.
>> I couldn't wait so I installed a solaris binary version of apache.. When it comes to installing something in Solaris, you really should stick with precompiled binary, like RPM in Redhat. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Apache 1.3.22 with DSO on Solaris 8 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|