Hi,

Just upgraded OpenSolaris from snv_111 to snv_130 and got two bugs not mentioned in the readme :

*Apache *

Apache did not start; the error message in the log was:

Fri Dec 25 15:28:48 2009] [emerg] (2)No such file or directory: mod_fcgid: Can't create shared memory for size 12993924 bytes [Fri Dec 25 16:23:19 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

Found the solution in this Blog Entry:

http://www.tumelum.de/blog/

This blog entry is in German lanuage so here is a short description:

In the file /etc/apache2/2.2/conf.d/fcgid.conf replace the lines

    FcgidProcessTableFile %RUN_APACHE%/fcgid_shm
    FcgidIPCDir %RUN_APACHE%/fcgid.sock

with

    FcgidProcessTableFile /var/run/apache2/2.2/fcgid_shm
    FcgidIPCDir /var/run/apache2/2.2/fcgid.sock


*VirtualBox 3.0.12*

VirtualBox did not work after upgrading anymore:

xtrn...@t61p:~$ VirtualBox
ld.so.1: VirtualBox: fatal: libstdc++.so.6: open failed: No such file or directory
Killed
xtrn...@t61p:~$


*Workaround:*


cd /usr/sfw/lib
ln -s ./amd64 ./64


I'm just wondering if I must create symoblic links for the other amd64 directories also to make sure everything works?


regards

Bernd



_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to