Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Algodoo, only pulse?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
tomtomp
Tux's lil' helper
Tux's lil' helper


Joined: 10 Oct 2011
Posts: 89

PostPosted: Sat Dec 17, 2011 12:43 pm    Post subject: Algodoo, only pulse? Reply with quote

Hi, I am trying to make Algodoo work, but it needs libpulse + libpulse-simple, is there any way to not install pulseaudio and still get theese libs? Thing is I am using alsa and I dont like pulse at all...

also here is whole output from algodoo:
Code:
/algodoo.bin: /usr/lib/libcurl-gnutls.so.4: no version information available (required by ./algodoo.bin)
  There are missing dependencies.
  Please make sure that all the required libraries are installed.
  Missing:
./algodoo.bin: /usr/lib/libcurl-gnutls.so.4: no version information available (required by ./algodoo.bin)
   libpulse-simple.so.0 => not found
   libpulse.so.0 => not found


Also here is script in algodoo:
Code:
#!/bin/sh

BINARY=$0

while [ -h $BINARY ]; do
  BINARY=`readlink $BINARY`
done



if [ $# -eq "1" ]; then

  ps ux | grep algodoo.bin | grep -v grep | grep $USER > /dev/null 2>&1
  if [ "$?" -eq "0" ]; then

    echo $1 | grep -c '(phz|phn)$' > /dev/null 2>&1
    if [ "$?" -ne "0" ]; then
        echo "Scene.Open(\"$1\");" > ~/Algodoo/communication.cfg     
        exit
    fi
  fi

fi

cd `dirname $BINARY`

LD_LIBRARY_PATH="./lib:${LD_LIBRARY_PATH}" ldd algodoo.bin | grep "not found" > /dev/null 2>&1

if [ "$?" -eq "0" ]; then
  cat << _EOF_
  There are missing dependencies.
  Please make sure that all the required libraries are installed.
  Missing:
_EOF_
  LD_LIBRARY_PATH="./lib:${LD_LIBRARY_PATH}" ldd algodoo.bin | grep "not found"
else
  LD_LIBRARY_PATH="./lib:${LD_LIBRARY_PATH}" ./algodoo.bin $@
fi


Thanx ;D

PS: Sorry for long codes...
Back to top
View user's profile Send private message
tomtomp
Tux's lil' helper
Tux's lil' helper


Joined: 10 Oct 2011
Posts: 89

PostPosted: Sun Dec 18, 2011 3:48 pm    Post subject: Reply with quote

Ok now I have another Problem.. I run script and it says
Code:

./algodoo.bin: /usr/lib/libcurl-gnutls.so.4: no version information available (required by ./algodoo.bin)
./algodoo.bin: /usr/lib/libcurl-gnutls.so.4: no version information available (required by ./algodoo.bin)
algodoo: line 38: 17492 Segmentation fault      LD_LIBRARY_PATH="./lib:${LD_LIBRARY_PATH}" ./algodoo.bin $@


Anyone can help, please? :)
Back to top
View user's profile Send private message
tomtomp
Tux's lil' helper
Tux's lil' helper


Joined: 10 Oct 2011
Posts: 89

PostPosted: Mon Dec 19, 2011 9:23 am    Post subject: Reply with quote

Ok now I am at:
Code:

./algodoo.bin: /usr/lib/libcurl-gnutls.so.4: no version information available (required by ./algodoo.bin)
./algodoo.bin: /usr/lib/libgnutls.so.13: version `GNUTLS_1_3' not found (required by /usr/lib/libcurl-gnutls.so.4)
./algodoo.bin: /usr/lib/libcurl-gnutls.so.4: no version information available (required by ./algodoo.bin)
./algodoo.bin: /usr/lib/libgnutls.so.13: version `GNUTLS_1_3' not found (required by /usr/lib/libcurl-gnutls.so.4)


:D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum