[Monetdb-developers] (no subject)
Hi MonetDB-developers: I have tried to install Pathfinder on my Fedora7 many times and used all the kind of installations from both Tarball and sourceforge, but I fail to install it and always get error as bellow: grep: /home/sjoerd/Monet-Stable/lib/libbat.la: No such file or directory /bin/sed: can't read /home/sjoerd/Monet-Stable/lib/libbat.la: No such file or directory libtool: link: `/home/sjoerd/Monet-Stable/lib/libbat.la' is not a valid libtool archive make[4]: *** [lib_pf_support.la] Error 1 make[4]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/Desktop/MonetDBInstall' make: *** [all] Error 2 It would be grateful if you can help me to solve this problem. I am looking forward to hearing from you. Tola -- Department of Computer Science Graduate School of Systems and Information Engineering University of Tsukuba Ibaraki, Tsukuba city, Japan
Tola, did you (try to) give a "--prefix=<your-desired-install-prefix>" with configure? Stefan On Wed, Aug 22, 2007 at 04:09:12PM +0900, Chantola Kit wrote:
Hi MonetDB-developers:
I have tried to install Pathfinder on my Fedora7 many times and used all the kind of installations from both Tarball and sourceforge, but I fail to install it and always get error as bellow:
grep: /home/sjoerd/Monet-Stable/lib/libbat.la: No such file or directory /bin/sed: can't read /home/sjoerd/Monet-Stable/lib/libbat.la: No such file or directory libtool: link: `/home/sjoerd/Monet-Stable/lib/libbat.la' is not a valid libtool archive make[4]: *** [lib_pf_support.la] Error 1 make[4]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/Desktop/MonetDBInstall' make: *** [all] Error 2
It would be grateful if you can help me to solve this problem.
I am looking forward to hearing from you. Tola
-- Department of Computer Science Graduate School of Systems and Information Engineering University of Tsukuba Ibaraki, Tsukuba city, Japan
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
Dear Stefan,
I tried to do give a prefix for the configuration, but I got the same error.
Tola
On 8/22/07, Stefan Manegold
Tola,
did you (try to) give a "--prefix=<your-desired-install-prefix>" with configure?
Stefan
Hi MonetDB-developers:
I have tried to install Pathfinder on my Fedora7 many times and used all
On Wed, Aug 22, 2007 at 04:09:12PM +0900, Chantola Kit wrote: the
kind of installations from both Tarball and sourceforge, but I fail to install it and always get error as bellow:
grep: /home/sjoerd/Monet-Stable/lib/libbat.la: No such file or directory /bin/sed: can't read /home/sjoerd/Monet-Stable/lib/libbat.la: No such file or directory libtool: link: `/home/sjoerd/Monet-Stable/lib/libbat.la' is not a valid libtool archive make[4]: *** [lib_pf_support.la] Error 1 make[4]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/Desktop/MonetDBInstall/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/Desktop/MonetDBInstall' make: *** [all] Error 2
It would be grateful if you can help me to solve this problem.
I am looking forward to hearing from you. Tola
-- Department of Computer Science Graduate School of Systems and Information Engineering University of Tsukuba Ibaraki, Tsukuba city, Japan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
-- Department of Computer Science Graduate School of Systems and Information Engineering University of Tsukuba Ibaraki, Tsukuba city, Japan
On 22-08-2007 16:09:12 +0900, Chantola Kit wrote:
Hi MonetDB-developers:
I have tried to install Pathfinder on my Fedora7 many times and used all the kind of installations from both Tarball and sourceforge, but I fail to install it and always get error as bellow:
grep: /home/sjoerd/Monet-Stable/lib /libbat.la: No such file or directory
Hi Chantola, Have you tried using a nightly when using the monetdb-install.sh script? This error looks like some packaging problem, and using nightlies the problem may get solved since autotools are being run. You can try to append --nightly=stable to the monetdb-install.sh invocation.
Fabian Groffen wrote:
On 22-08-2007 16:09:12 +0900, Chantola Kit wrote:
Hi MonetDB-developers:
I have tried to install Pathfinder on my Fedora7 many times and used all the kind of installations from both Tarball and sourceforge, but I fail to install it and always get error as bellow:
grep: /home/sjoerd/Monet-Stable/lib /libbat.la: No such file or directory
Hi Chantola,
Have you tried using a nightly when using the monetdb-install.sh script? This error looks like some packaging problem, and using nightlies the problem may get solved since autotools are being run.
You can try to append --nightly=stable to the monetdb-install.sh invocation.
It seems the problem with the tar balls is the presence of the files whose names end with .la . You may get further if you can delete those files. -- Sjoerd Mullender
participants (4)
-
Chantola Kit
-
Fabian Groffen
-
Sjoerd Mullender
-
Stefan Manegold