BITPROX Development Environment 1.0 Beta 1

Bernard Helyer b.helyer at gmail.com
Wed May 5 14:36:30 PDT 2010


On 06/05/10 11:15, Alex Makhotin wrote:
> Arlo White wrote:
>> I get an error when I try running ./bde
>>
>> ../bde: error while loading shared libraries:
>> libwx_gtk2ud_richtext-2.8.so.0: cannot open shared object file: No
>> such file or directory
>>
>> These files exist in the current directory:
>> ls -l libwx_gtk2ud_richtext-2.8.so.0
>> lrwxrwxrwx 1 awhite awhite 34 2010-05-05 12:47
>> libwx_gtk2ud_richtext-2.8.so.0 -> libwx_gtk2ud_richtext-2.8.so.0.6.0
>>
>> So I'm not sure what's going on. I'm running Ubuntu 9.10 linux kernel
>> 2.6.31-21-generic
>
> Hi,
>
> Did you read the readme_en.txt?
> You have to add the directory where you've unpacked the zip archive to
> the LD_LIBRARY_PATH environment variable of the OS.
> It can be done with the Ubuntu without root permissions by editing the
> '.profile' file in your user's directory:
>
> LD_LIBRARY_PATH=/home/user/bde1.0beta1:$LD_LIBRARY_PATH
> export LD_LIBRARY_PATH
>
> , where '/home/user/bde1.0beta1' is the location where you've unpacked
> the archive.
>
> Then open the bash shell and type:
>
> . ~/.profile
> cd /home/user/bde1.0beta1
> ./bde
>
> As long as you have the 32-bit support libraries you should be fine.
> But to attach the DMD compiler and debugger you should read the readme
> file anyway.
>
> I hope this help.
>
>
> Alex Makhotin,
> the founder of BITPROX,
> http://bitprox.com

Best practice dictates that you do these things in a shell-script that 
runs the executable for the user (a-la firefox).


More information about the Digitalmars-d-ide mailing list