View Single Post
Old 14 August 2014, 17:39   #45
Retroplay
Lemon Curry ?
 
Retroplay's Avatar
 
Join Date: Sep 2004
Location: Denmark
Age: 49
Posts: 4,084
Here's what I did, I downloaded and compiled the 5.1 source from http://www.kryoflux.com/.

Like this:
Code:
cd capsimg_source_linux_macos/CAPSImg
chmod u+x configure
./configure
make
sudo make install
That went fine, library is installed to /usr/local/lib/ where libdisk.so is, so far good so far.

Then I updated Disk-Utilities.
Code:
git pull
make clean
su -c "make install"
That went fine too as I now can see .{ct,ctr,raw} => CAPS/SPS CT Raw in Supported file formats/Read-only support menu.
However the lib is still not detected by disk-analyse:
Code:
linux-gate.so.1 =>  (0xb778e000)
    libdisk.so.0 => /usr/local/lib/libdisk.so.0 (0xb7747000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7597000)
    /lib/ld-linux.so.2 (0xb778f000)
That should pretty much be all I need to do to make it work right ?

Quote:
Originally Posted by BarryB
I love phrases like 'very easy', especially when used in conjunction with Linux, I'll still be figuring out how to compile it this time next week
I know how you feel.
Retroplay is offline  
 
Page generated in 0.05757 seconds with 11 queries