Posts Tagged ‘installing’

Problem with several c-libraries …

Thursday, August 27th, 2009

e.g. when installing GalleryRemote. Solution that worked (from http://gallery.menalto.com/node/50926):

Back up the .bin file to name.bin.bak

1. ) cat name.bin.bak | sed “s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/” > name.bin

2. ) Go into your .bin file (vi file.bin) and search for:
export LD_ASSUME
You should see something along the lines of “export LD_ASSUME_KERNEL=2.2.5″

Now, I have not tested your installer, but this is generic fix for most of them:
change those exports in the file to #xport, so it’s commented out and there are the same amount of characters.
export LD_ASSUME_KERNEL=2.2.5
should read
#xport LD_ASSUME_KERNEL=2.2.5

Write, exit, run