Bennu Game Development

English Forums => News and Releases => Topic started by: SplinterGU on June 09, 2011, 11:30:00 PM

Title: bennugd linux
Post by: SplinterGU on June 09, 2011, 11:30:00 PM
we have problems with linux version in the server... linux version can be downloaded here -> http://www.megaupload.com/?d=JNS8YPQM (http://www.megaupload.com/?d=JNS8YPQM)
Title: Re: bennugd linux
Post by: gecko on June 11, 2011, 12:10:23 AM
There seems to be an error in the file, it doesn't work on ubuntu.
Title: Re: bennugd linux
Post by: SplinterGU on June 11, 2011, 01:29:32 AM
maybe you need openssl 1.0.
Title: Re: bennugd linux
Post by: raverdave09 on June 15, 2011, 06:08:00 AM
I went to http://wiki.bennugd.org/index.php?title=Tutorial:Setting_up_Bennu_on_Linux .. and added ubuntu repo, after that i quit then rerun package manager and ticked everything bennu wise to install.. worked ok for me, i also found that this time after installing the newest kubuntu instead of ubuntu this time... , then installing gnome within Kubuntu and booting up into that, i can use kate fully with the terminal working, and not have to use KDE (which i find kinda sucks) and found that sdl and everything was already installed!! .... which is handy!
Title: Re: bennugd linux
Post by: oriun on June 16, 2011, 09:17:09 PM
Good work with the script SplinterGU, the download is ready for get BennuGD in Linux another time :D
I have a issue in the execution of bgdc/bgdi in my Ubuntu x64. There isn't libcrypto.so.1.0.0 for x86 in my system. I can solve this problem looking for the libs in the network and i have uploaded a file with the libcrypto for x86: http://www.megaupload.com/?d=0JMDWCF7 (http://www.megaupload.com/?d=0JMDWCF7).
Download it and extract, then, copy the files in /usr/lib32/ and enjoy BennuGD another time!! :D
Title: Re: bennugd linux
Post by: josebita on June 17, 2011, 08:36:34 AM
Thanks for sharing with us :)
Title: Re: bennugd linux
Post by: oriun on June 18, 2011, 02:04:31 PM
It is my pleasure.
I think there is a article in the wiki explaining this issue. I'll work in it.
Title: Re: bennugd linux
Post by: gecko on June 24, 2011, 12:41:44 AM
Sorry for the delay.

I've installed bennu correcly now. (just following the wiki instructions :P )

Now when i try to run bennu, it says:
bgdc: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

I've tried to install openssl and says its already installed and in the most recent version. Any suggestion?

I'M TOTALLY NEW IN LINUX :O
Title: Re: bennugd linux
Post by: josebita on June 24, 2011, 01:10:46 AM
Which Ubunu version are you using?
Try installing libssl0.9.8
Title: Re: bennugd linux
Post by: oriun on June 26, 2011, 11:18:35 PM
Gecko, the first thing you need to know is if you are using a 32 bits OS or a 64bits OS, then, you must to looking for the /usr/lib/ directory with the sudo command. If you use a 64bits OS, the directory what you must fount is /usr/lib32/.
When you find the directory mentioned before, you must download the file and extract it, then, copy the file to the directory /usr/lib/ or /usr/lib32/
To do this step, you must open a console and write: 'sudo nautilus' without the ' simbol, then, a window of the file explorer must be opened, but is in the directory /root/ . Go up once and go into home folder, then, your user and your download folder, copy the files extracted before in the directory before mentioned.
Now, BennuGD must work properly.
Splinter, I think I can modify the script to install automatically the libcrypto.so.1.0.0
Title: Re: bennugd linux
Post by: josebita on June 26, 2011, 11:34:36 PM
Also, if you're in 32 bits Ubuntu you can just use my PPA too, it installs all the required dependencies.
Title: Re: bennugd linux
Post by: gecko on June 27, 2011, 12:25:31 AM
I was trying on an old ubuntu, then i also tried on debian (i was just testing, not using them for now).

Now, i will try with the last ubuntu. Thanks for the help, i'll let you know if it works.
Title: Re: bennugd linux
Post by: oriun on June 27, 2011, 03:13:47 PM
Try the repository. The files I uploaded don't work.
Title: Re: bennugd linux
Post by: oriun on July 12, 2011, 12:34:25 PM
The filas i uploaded works, but you need to copy in the /lib32/ directory at hhd's root...
Title: Re: bennugd linux
Post by: darío on July 15, 2011, 04:40:13 PM
Hi,

this solved my problem of executing it under Linux Mint 10. However when I compile or execute the compiler or the interpreter I get a message such as:

bgdi: /usr/lib32/libcrypto.so.1.0.0: no version information available (required by /usr/lib32/bgd/lib/libbgdrtm.so)

Even tough it works.

Do you why I get this message?

Thanks,
Darío
Title: Re: bennugd linux
Post by: oriun on July 16, 2011, 10:17:52 PM
In my case, the bgdi don't work, but i solved the problem with the files i uploaded, copying the files in /usr/share/lib32/ and /lib32/ directories.