• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

About Apache plugin Question

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Everyone!
OS Env: Solaris 8 for IA (32bit)
Web Server: Apache 1.3.20 (UNIX)
App Server: BEA WebLogic 6.0 (SP1)
I install WebLogic module plugin to Apache on Solaris8 for IA:
#$APACHE_HOME/bin/apxs -i -a -n weblogic $WL_HOME/lib/solaris/mod_wl.so
Exec is right.
but when I exec apache config test:
# apachectl configtest
Syntax error on line 243 of /usr/local/HTTP/conf/httpd.conf:
Cannot load /usr/local/HTTP/libexec/mod_wl.so into server: ld.so.1:
/usr/local/H
TTP/bin/httpd: fatal: /usr/local/HTTP/libexec/mod_wl.so: wrong ELF data
format:
ELFDATA2MSB
----------------------------------------------------------------------------
-
and apache could not started! what`s mean? Please help me
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://edocs.bea.com/wls/docs61/adminguide/apache.html#103803
 
Hey, sticks and stones baby. And maybe a wee mention of my stuff:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic