PiRSquared17 / dswiki

Automatically exported from code.google.com/p/dswiki
0 stars 0 forks source link

linux Indexer executable is 32bit only #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download indexer and extract
2. run indexer on 64bit AMD running Fedora 11

What is the expected output? What do you see instead?
Expected output: Usual operation
Instead:
===================================
./indexer: error while loading shared libraries: libbz2.so.1.0: cannot open
shared object file: No such file or directory
===================================

What version of the product are you using? On what operating system?
AMD64 running Fedora 11.

Please provide any additional information below.
Adding symlinks all over the place doesn't solve the problem, it just
changes the error to one about ELF codes (being that this forces the use of
a 64bit library by a 32bit executable).

Downloaded source and compiled locally using 64bit libraries, this solved
the problem.

The attached file is the executable compiled for 64bitAMD/Fedora.

Original issue reported on code.google.com by blackp...@gmail.com on 5 Feb 2010 at 3:54

Attachments:

GoogleCodeExporter commented 9 years ago
There were further problems with this much later in the indexing process, will 
add
more data later.

Original comment by blackp...@gmail.com on 5 Feb 2010 at 8:44