httpd://localhost/horde doesn't load...

instead it downloads a file... All log files are empty except httpd-errorlog. sorry for my ignorance...

from httpd-error.log:

Unable to load dynamic library '/usr/local/lib/php/20060613/mysql.so' - Shared object "libmysqlclient.so.16" not found, required by "mysql.so" in Unknown on line 0
I know this can fixed by making a symbolic link to the libmysqlclient.so.16 but I don't see such a file in /usr/local/lib/mysql.

Could this be causing the error?

Afaik, this doesn't make sense because I am using mysql50 from the ports. However, I installed and removed version 60 before... Maybe I haven't removed 60 completely? Any help pls...
 
Your php-mysql extension was built against libmysqlclient.so.16 (mysql51-client port). Which version do you have installed ATM?
Code:
pkg_info -Ex mysql-client
 
Well, you need to reinstall databases/php5-mysql extension for it to link against correct mysqlclient lib.
 
Yup I did it already... checked and made sure I followed it, then restarted apache22. nothing has changed. it still download a file. :(
 
oh there's one from httpd-error.log, but i don't know what it means:
[Sat Oct 10 15:11:34 2009] [notice] caught SIGTERM, shutting down
[Sat Oct 10 15:11:37 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Oct 10 15:11:38 2009] [notice] Digest: generating secret for digest authentication ...
[Sat Oct 10 15:11:38 2009] [notice] Digest: done
[Sat Oct 10 15:11:39 2009] [notice] Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 PHP/5.2.11 with Suhosin-Patch configured -- resuming normal operations
 
<IfModule mime_module>
TypesConfig etc/apache22/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
<IfModule>

that's the only entry I have under <IfModule mime_module> in /usr/local/etc/apache22/httpd.conf
 
dennylin93 said:
The block should end with </IfModule> instead of <IfModule>.

Sorry I mistyped it. It's actually with / in the actual file.

Folks, it's now working. Well, it has been after I included php module in the installation. So this thread was made due to my browser cache. What I did was, open another browser(chrome) and boom horde was loading. I told you I was super noooooob. =)

I'll be back with loads of questions... in another thread... =)

Thanks =)
 
Back
Top