• 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

libphp5.so is garbled-apache server not able to start

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai,

I am installing apache 2.2.3 version in solaris /usr/local,and PHP 5 in /usr/local/include

For PHP configuration i given like this:./configure \--with-apxs2=/usr/local/apache2/bin/apxs \ --with mysql=/usr/local/mysql
then make and make install .

cp php.ini-dist /usr/local/include/php/php-ini
then in /usr/local/apache2/conf/httpd.conf file i made some changes like

LoadModule php5_module /usr/local/apache2/modules/libphp5.so
AddHandler php5_script php

DirectoryIndex index.html index.php
AddType text/html php


By Starting apache server i am facing the error :

API structure 'php5_module' in file /usr/local/apache2/module/libphp5.so is garbled -perhaps this is not an Apache module DSO?

I cant able to start my server,

pls help me

Regards
Babu
 
reply
    Bookmark Topic Watch Topic
  • New Topic