The Testing Area :: April extensions



Ping: Robert

Recent rsync release extension (fixes buffer overflow) http://www.megaupload.com/?d=M6V8K2GQ

066fff3e233e26347125de87fcf30dbb  rsync-302.dsl

Please post - thanks.  If you have any trouble downloading from megaupload let's know and I'll try the vagueries of yahoo again (maybe gmail).

On a roll:

combina.uci:

http://www.megaupload.com/?d=PTAUNQKI

Please post also.  Thanks.

a6e82c34caad68270474c15ecc9af047  combina.uci

Ping Jason:

If needed you could add a wrapper to your gtk2.12.9 uci and start it from the right-click menu (sudo of course) as "Setup_gtk2" or something:

Code Sample

#!/bin/bash

# Add path to gtk libs to ld.so.conf

if grep -q '/opt/gtk+-2.12.9/lib' /etc/ld.so.conf; then
      # already done
       exit 1;  
fi

if [ -L /etc/ld.so.conf ]; then
       rm -f /etc/ld.so.conf
        cp /KNOPPIX/etc/ld.so.conf /etc/ld.so.conf
else
       cp -f /etc/ld.so.conf /etc/ld.so.conf.bak
fi

sed -i '1 i\
/opt/gtk+-2.12.9/lib' /etc/ld.so.conf

ldconfig

exit 0


But like Juanito I thought something like this already happened for ucis in recent dsl.  (I'm on an old dsl right now).

EDIT2: I thought /opt/lib was now in /etc/ld.so.conf with ldconfig getting run automatically by the extension install scripts?  If so, perhaps all you do is symlink all the libs into /opt/lib and pack the symlinks away in user.tar.gz

EDIT2: 1 May2008

Jason: gtk2.12.9 uci  is working really great for me so far.

Thanks to both you and Juanito for these ram-saving efforts.  gtk2 .dsl was a huge ramdisk hog!

Wdef,
Thanks for the script, and I think it would be nice for the setup to be automated to save time.  I like things to be the least hassle necessary.  /etc/ld.so.conf does get updated with the /opt/gtk+-2.12.9/lib directory in the most recent DSLs but it is the bottom line in the file.  I will add this and resubmit.  I will also submit the gtk+-2.12.9-dev.tar.gz.   To be used, would require making a .tar.gz out of the gtk+-2.12.9.uci and untarring the -dev extension over it.  I wanted to separate the -dev stuff for size reasons.  I sent it in with the gtk+-2.12.9.uci but put it on hold since it would not load and work in the usual way.  But a -dev extension does not have to be click and run of course.

Next Page...
original here.