|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hello All,
I had a copy of PovRay v3 working just fine in my SuSE (v6.1) Linux.
When I upgraded to PovRay version 3.1g, I get the following error:
Parsing....povray: error in loading shared libraries
: undefined symbol: __bzero
The paths are correct in the .povrayrc file. I am using the x-povray
version of the program in KDE. I used the new 'install' utility to
move the files to the recomended directories.
I ran the ldd and the results were:
libpng.so.2 => /usr/X11R6/lib/libpng.so.2 (0x40008000)
libz.so.1 => /usr/lib/libz.so.1 (0x40025000)
libm.so.6 => /lib/libm.so.6 (0x40035000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4004f000)
libc.so.6 => /lib/libc.so.6 (0x400f4000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
All of these files exist on the system, but the problem persists:
I have used PovRay for DOS for a long time but am relatively new to
Linux. Where do I look to solve this problem?
-----------------------------
Orrin - Long Island, New York
orr### [at] orrinorg
http://www.orrin.org/carib/ (Caribbean Index)
http://www.orrin.org/syocc/ (Syosset Camera Club)
http://www.orrin.org/wphs/ (HS Reunion)
http://www.orrin.org/ (Site Index)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Orrin wrote:
>
> Hello All,
>
> I had a copy of PovRay v3 working just fine in my SuSE (v6.1) Linux.
> When I upgraded to PovRay version 3.1g, I get the following error:
>
Basically, I'm learning that nobody who isn't running the latest version
of Red Hat can run binaries compiled under the latest version of Red
Hat. I'm working on getting a version compiled under a different
distribution, but I'm afraid I picked the least user-friendly
distribution out there (guess which one), and I'm not having much luck
getting it to compile. In the meantime, the best thing to do if you're
not running Red Hat 6.0 is to grab the source and compile it yourself.
Sorry for the inconvenience; I had no idea my upgrading Red Hat would be
such a headache for everyone else.
--
Mark Gordon
mtg### [at] povrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mark Gordon <mtg### [at] mailbagcom> wrote:
>Orrin wrote:
>>
>> Hello All,
>>
>> I had a copy of PovRay v3 working just fine in my SuSE (v6.1) Linux.
>> When I upgraded to PovRay version 3.1g, I get the following error:
>>
>
>Basically, I'm learning that nobody who isn't running the latest version
>of Red Hat can run binaries compiled under the latest version of Red
>Hat. I'm working on getting a version compiled under a different
>distribution, but I'm afraid I picked the least user-friendly
>distribution out there (guess which one), and I'm not having much luck
>getting it to compile. In the meantime, the best thing to do if you're
>not running Red Hat 6.0 is to grab the source and compile it yourself.
>Sorry for the inconvenience; I had no idea my upgrading Red Hat would be
>such a headache for everyone else.
I figured it was something like that... I have dumped the 3.1g and
re-installed the earlier 3.0? and everything works fine!
-----------------------------
Orrin - Long Island, New York
orr### [at] orrinorg
http://www.orrin.org/carib/ (Caribbean Index)
http://www.orrin.org/syocc/ (Syosset Camera Club)
http://www.orrin.org/wphs/ (HS Reunion)
http://www.orrin.org/ (Site Index)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Orrin <orr### [at] orrinorg> wrote:
: I figured it was something like that... I have dumped the 3.1g and
: re-installed the earlier 3.0? and everything works fine!
Everything? Have you tried #macros or file-i/o?
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I was curious about your tagline ...
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
so I compiled it and tada ...
$ ls -lap
total 40
drwxr-xr-x 2 dclarke staff 512 Aug 30 20:58 ./
drwxr-xr-x 4 dclarke staff 512 Aug 30 20:56 ../
-rwxr-xr-x 1 dclarke staff 15596 Aug 30 20:58 what
-rw-r--r-- 1 dclarke staff 146 Aug 30 20:57 what.c
-rw-r--r-- 1 dclarke staff 848 Aug 30 20:58 what.o
$ file what
what: ELF 32-bit LSB executable 80386 Version 1, dynamically linked,
not stripped
$ ./what
[] [] [][][] [][][] [][][]
[] [] [] [] [] [] [] []
[] [] [] [] [] [] [] []
[] [] [] [][][][] [][][] [][][]
[] [] [] [] [] [] [] []
[][][][] [] [] [] [] []
[] [] [] [] [] [] []
$
which is kinda cool and very obfuscated ... :)
thanks ...
Dennis
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dennis Clarke wrote:
>
> I was curious about your tagline ...
>
> > main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> > ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
>
> which is kinda cool and very obfuscated ... :)
Whaddya mean obfuscated? It's commented, for crying out loud!
;-)
--
Mark Gordon
mtg### [at] povrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> > which is kinda cool and very obfuscated ... :)
>
> Whaddya mean obfuscated? It's commented, for crying out loud!
>
> ;-)
>
> --
> Mark Gordon
> mtg### [at] povrayorg
Oh .. yeah ... there is a comment. Very clear now. How did I miss that?
ha ha ha ha ha ... still giggling like an idiot ....
Dennis Clarke
dcl### [at] interlogcom
http://www.interlog.com/~dclarke/povray/povray.html
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |