adding libcrypto.so.0.9.7 to image

westkill

Inactive User
Joined
Dec 8, 2005
Messages
1,212
Reaction score
7
Location
....? in my head lol
adding libcrypto.so.0.9.7

how do i add this to the image does it go in :tuxbox-cvs/apps/tuxbox/enigma/src

or am i wrong if it is what do i do next lol

any help would be nice thankyou: whip : :Wave:
 
tuxbox-cvs/root/cdkflash/root/lib

to get the image to compile with it in delete the 3 .img files in tuxbox-cvs/root/cdkflash/root

start terminal
cd /tuxbox-cvs/cdk
make flash-compress

do not make rebuild-flash as it will remove the libcrypto.so.0.9.7 file.
 
adding libcrypto.so.0.9.7

how do i add this to the image does it go in :tuxbox-cvs/apps/tuxbox/enigma/src

or am i wrong if it is what do i do next lol

any help would be nice thankyou: whip : :Wave:

As @ellie say, or You can login as root and make a symlink to it:

Code:
You don't have permission to view the code content. Log in or register now.

*or su
 
As @ellie say, or You can login as root and make a symlink to it:

Code:
You don't have permission to view the code content. Log in or register now.

*or su

I don't have libcrypto.so.0.9.7 in my /usr/lib I have libcrypto.so.0.9.8 so you need to check before you do that or you may link to nothing.

still not happy about all the logging in as root at such an early stage, already had someone who couldn't delete their tuxbox-cvs dir because they had compiled as root.

just checked you don't need to su (login as root) at all also the line is wrong

ln -s /usr/lib/libcrypto.so.0.9.7 /tuxbox-cvs/cdkroot/lib/libcrypto.so.0.9.7
doesn't work
ln -s /usr/lib/libcrypto.so.0.9.7 tuxbox-cvs/root/cdkroot/lib/libcrypto.so.0.9.7
does work if /usr/lib/libcrypto.so.0.9.7 exists.
 
Last edited:
I don't have libcrypto.so.0.9.7 in my /usr/lib I have libcrypto.so.0.9.8 so you need to check before you do that or you may link to nothing.

still not happy about all the logging in as root at such an early stage, already had someone who couldn't delete their tuxbox-cvs dir because they had compiled as root.

just checked you don't need to su (login as root) at all also the line is wrong

ln -s /usr/lib/libcrypto.so.0.9.7 /tuxbox-cvs/cdkroot/lib/libcrypto.so.0.9.7
doesn't work
ln -s /usr/lib/libcrypto.so.0.9.7 tuxbox-cvs/root/cdkroot/lib/libcrypto.so.0.9.7
does work if /usr/lib/libcrypto.so.0.9.7 exists.

@ellie, if You execute:
Code:
You don't have permission to view the code content. Log in or register now.
then link WORK.
 
Last edited:
you must be using a different cvs as mine goes
/tuxbox-cvs/root/cdkroot
not
/tuxbox-cvs/cdkroot

???
 
you must be using a different cvs as mine goes
/tuxbox-cvs/root/cdkroot
not
/tuxbox-cvs/cdkroot

???

Sorry, I was edit that.
Yes, I am using /tuxbox-cdk and /dreambox and /dream and /dream1 and /dev109 and /dev110 and /dev-500 and /dev-600 and......... And My Archive folder isn't inside /cdk and it not have a name Archive, it is /TuxArch in My /root and.............. lol
Anyway, sorry for typo. :)
 
I know from the boxes you have there that your layout would be different.

I do dbox and dreambox but have 2 linux 1 for dream and 1 for dbox saves confusion :)

Actually i have 6 linux but that is another story :)
 
I know from the boxes you have there that your layout would be different.

I do dbox and dreambox but have 2 linux 1 for dream and 1 for dbox saves confusion :)

Actually i have 6 linux but that is another story :)

Ehehe, I have now about 9 cdk's and almost 6 archive's and... I am not counting Bitbake/OpenEmbedded stuff for Enigma2. D'feck too much.
 
Back
Top