[Bug 647432] Re: no 3d support after fglrx

2010-09-27 Thread Davor Ocelic
I had the same problem, and it happened because I installed fglrx and tried to re-run X without rebooting the machine. (I know that the usual driver packages can load fglrx without rebooting (in fact, they can even load it in-place), but in this case it obviously didn't work). So the solution

[Bug 90812] Re: perl backend can't use dynamically loaded modules (DBI, POSIX...)

2009-04-09 Thread Davor Ocelic
Just a note for those wanting to run slapd perl backed right away-- the solution is simply to preload libperl in the slapd startup command like this: LD_PRELOAD=/usr/lib/libperl.so.5.10 /usr/sbin/slapd -d 256. -- perl backend can't use dynamically loaded modules (DBI, POSIX...)

[Bug 90812] Re: perl backend can't use dynamically loaded modules (DBI, POSIX...)

2009-04-09 Thread Davor Ocelic
Just a note for those wanting to run slapd perl backed right away-- the solution is simply to preload libperl in the slapd startup command like this: LD_PRELOAD=/usr/lib/libperl.so.5.10 /usr/sbin/slapd -d 256. -- perl backend can't use dynamically loaded modules (DBI, POSIX...)