Quote (jls legalize @ Sep. 12 2007,19:48) |
I'd like some sort of automatism that checks the integrity of the knoppix file; 4 example ubuntu checks automatically the file system every 30 mounts. legalize |
Quote |
It seems that some applications (eg the ones in the hplip extension I'm working on) seem to know that if they start in /opt/app/bin, the libs will be in /opt/app/lib. Other applications (eg the ones in samba.dsl) seem to resist all attempts to tell them where to find libs... |
Code Sample |
export PREFIX=/opt/app env LD_LIBRARY_PATH=${PREFIX}/lib LD_RUN_PATH=${LD_LIBRARY_PATH} ./configure make |
Quote (Juanito @ Sep. 13 2007,05:11) |
Would it be possible to have CONFIG_X86_CMPXCHG set in the 2.4.31 kernel config in dsl-4? I know this is not set in dsl-2.1 but it is required for the i915 drm driver for intel graphics chipsets. The i830 driver works for drm with XFree86 for intel chipsets upto 855 but it has been superceded by the i915 driver for drm with xorg72 for intel chipsets upto 915 (and maybe beyond). |