<div dir="ltr">On Wed, Sep 17, 2008 at 9:32 PM, bill biggs <span dir="ltr"><<a href="mailto:kc8pdr@gmail.com">kc8pdr@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
What it is I have installed crossover and I installed it and it not<br>
showing up in the applications like it dose in 32bit and I installed<br>
netbeans 6.1 and I do not think it is working rignt I made a css file in<br>
it I link it but it not working how much ram will I lose if I move to 32<br>
bit ?<br>
<div><div></div><div class="Wj3C7c">On Wed, 2008-09-17 at 11:52 -0400, Bart Silverstrim wrote:<br>
> Mark Haney wrote:<br>
> > bill biggs wrote:<br>
> >> I would like to 32 or 64 bit ubuntu I have a dual core 4g or ram dell ?<br>
> >><br></div></div></blockquote><div><br> </div></div>Please do not top-post.<br>I maybe wrong here but I think your app _may_ not be finding the required libraries.<br>Try installing the ia32-libs package and see.<br>
sudo apt-get install ia32-libs<br><br>If even that doesn't work try :<br>$ ldd <your app name here><br>This will give you the list of libraries your app references. <br><br>See if you have them in the /lib32 or /usr/lib32 directories, else, get them from a 32-bit machines.<br>
<br>I was facing a similar issue but with a different app and doing the above steps solved it.<br><br>Thanks,<br>Raseel<br><a href="http://raseel.in">http://raseel.in</a><br></div>