View Single Post
Old 14 August 2014, 22:16   #55
Retroplay
Lemon Curry ?
 
Retroplay's Avatar
 
Join Date: Sep 2004
Location: Denmark
Age: 49
Posts: 4,123
You're right, the build does indeed work, but now I have another problem.

Quote:
bossman@Husalteret ~/Shared $ disk-analyse -v Turrican.raw Turrican.ipf
Format "default" -> "amigados"
Found format "amigados"
disk-analyse: symbol lookup error: /usr/local/lib/libdisk.so.0: undefined symbol: dlopen
After I included the headers from 4.2 library I get this now:
Quote:
bossman@Husalteret ~/Shared $ strings /usr/local/lib/libdisk.so.0 | grep "CT Raw"
*** CT Raw image files require v5+ of the CAPS/SPS library
At least libdisk detects the caps library now but as v4.2 because I used the old headers ?

Ah the joy of learning the basics of Linux.

[edit]
Bloody hell, I forgot to link the damn thing.
Quote:
sudo ln -s /usr/local/lib/libcapsimage.so.5.1 /usr/local/lib/libcapsimage.so.5
Results finally:
Quote:
bossman@Husalteret ~/Shared $ disk-analyse -v X-Out.raw X-Out.ipf
Format "default" -> "amigados"
Found format "amigados"
T0.0-79.1: AmigaDOS
T80.0-83.1: Unformatted

Last edited by Retroplay; 14 August 2014 at 22:26.
Retroplay is offline  
 
Page generated in 0.07238 seconds with 10 queries