Active Topics

 



Notices


Reply
Thread Tools
Posts: 298 | Thanked: 197 times | Joined on Dec 2009 @ Norway
#51
Now try running "apt-get -f install".
That should solve most of the problems.
 

The Following User Says Thank You to Nokia 5700 For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#52
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
liblua5.1-0 libmodplug0c2
The following NEW packages will be installed:
liblua5.1-0 libmodplug0c2
0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
1 not fully installed or removed.
Need to get 250kB of archives.
After unpacking 573kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
WARNING: The following packages cannot be authenticated!
liblua5.1-0 libmodplug0c2
Install these packages without verification [y/N]? y
Get:1 http://repository.maemo.org diablo/free liblua5.1-0 5.1.3-1 [74.6kB]
Get:2 http://repository.maemo.org diablo/free libmodplug0c2 1:0.8.4-1maemo1 [175kB]
Fetched 250kB in 2s (112kB/s)
Selecting previously deselected package liblua5.1-0.
(Reading database ... 21641 files and directories currently installed.)
Unpacking liblua5.1-0 (from .../liblua5.1-0_5.1.3-1_armel.deb) ...
Selecting previously deselected package libmodplug0c2.
Unpacking libmodplug0c2 (from .../libmodplug0c2_1%3a0.8.4-1maemo1_armel.deb) ...
Setting up liblua5.1-0 (5.1.3-1) ...
Setting up libmodplug0c2 (1:0.8.4-1maemo1) ...
Setting up solarus (1.0) ...


[1|user@Nokia-N800-43-7|~]/opt/solarus-zsxd/zsxd
/opt/solarus-zsxd/bin/solarus: error while loading shared libraries: libmodplug.so.1: cannot open shared object file: No such file or directory
 
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#53
Try in the same directory:
cp /usr/lib/libmodplug.so.0 libmodplug.so.1
export LD_LIBRARY_PATH=.
./zsxd

or if you can sudo:
sudo ln -s /usr/lib/libmodplug.so.0 /usr/lib/libmodplug.so.1
./zsxd
 

The Following User Says Thank You to szopin For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#54
Like this?

[1|user@Nokia-N800-43-7|~]root
[1|root@Nokia-N800-43-7|~]cp /usr/lib/libmodplug.so.0 libmodplug.so.1
[1|root@Nokia-N800-43-7|~]export LD_LIBRARY_PATH=.
[1|root@Nokia-N800-43-7|~]./zsxd
-bash: ./zsxd: No such file or directory



[1|root@Nokia-N800-43-7|~]export LD_LIBRARY_PATH=. ./zsxd
-bash: export: `./zsxd': not a valid identifier
 
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#55
No. In the /opt/solarus... directory. Try:
cd /opt/solarus-zsxd/
and then the cp...
 

The Following User Says Thank You to szopin For This Useful Post:
razefox's Avatar
Posts: 120 | Thanked: 22 times | Joined on Jan 2010
#56
it really works,!



can you do control to wasd? and A-Button = K
B-Button = L
M = select
__________________
You mad bro?
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#57
Okay.

I think I've got a new error now.

[1|root@Nokia-N800-43-7|~]cd /opt/solarus-zsxd/
[1|root@Nokia-N800-43-7|/opt/solarus-zsxd]cp /usr/lib/libmodplug.so.0 libmodplug.so.1
[1|root@Nokia-N800-43-7|/opt/solarus-zsxd]export LD_LIBRARY_PATH=.
[1|root@Nokia-N800-43-7|/opt/solarus-zsxd]./zsxd
/opt/solarus-zsxd/bin/solarus: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /opt/solarus-zsxd/bin/solarus)
 
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#58
The cp solution will require 'export LD...' before each running, sudo ln... is permanent. Sadly it seems other libraries are also incompatible, 5700 will have to look into this.
 

The Following User Says Thank You to szopin For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#59
And I was in such a good mood a few minutes ago.
 
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#60
Well you need newer libstdc++ (or GLIBCXX alone if that is possible). Not sure if this is available for Diablo.
 

The Following User Says Thank You to szopin For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 19:33.