Skip to main content
Participant
August 6, 2015
Question

The Built-in Apache module can't start, Please help me!!!

  • August 6, 2015
  • 1 reply
  • 449 views

Hello,I installed the latest version of 5.0.9_x64 on CentOS 6.6.

but when I start the service of ams,the service of apache can't

start along with it.

When I start the httpd service manualy, it echo the following errors:

[root@media-server bin]# ./httpd  -f ../conf/httpd.conf

./httpd: error while loading shared libraries: libexpat.so.0: cannot open shared object

file: No such file or directory

[root@media-server bin]#

In fact,the shared libraries: libexpat.so.0 is exist. and I checked the file of

httpd.conf and ams.ini, the Listen port: 8134 is enabled. but when I start ams service,

I can't find the 8134 port in listening.

My Email: 860861001@qq.com

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    August 7, 2015

    That’s not the way to start the service.

    You can do /etc/init.d/httpd start (or) service httpd start.

    The script in /etc/init.d/httpd among other things invokes another script which sets the environment variables needed for apache to find the shared library (the LD_LIBRARY_PATH).

    Thanks,

    Saima

    Participant
    August 7, 2015

    Thanks, I have figure it out.