[opensuse] Where is libmagic in OpenSuSE 11.1?
Dear my friends... I want to compile and install iVia on my OpenSuSE 11.1. But I'm stucked on: " ****Error***** You do not have libmagic installed. " as I run './configure'. I've tried to install everything which match the keyword 'magic' on my YaST2 but the error message is still the same. Please tell me where I can get the libmagic for OpenSuSE 11.1. Thank you very much in advance. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 18/09/09 10:21, Ricky Tompu Breaky wrote:
Please tell me where I can get the libmagic for OpenSuSE 11.1.
libmagic is part of the "file" package, and you need file-devel to link custom build applications with that library. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday, 2009-09-18 at 10:45 -0400, Cristian Rodríguez wrote:
Please tell me where I can get the libmagic for OpenSuSE 11.1.
libmagic is part of the "file" package, and you need file-devel to link custom build applications with that library.
Ah! :-O That's a piece of information I have wanted for a long time, thanks. What I usually found was ImageMagick or libMagick++, but not "file". - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkq0nm4ACgkQtTMYHG2NR9X5cwCeJsGrlIe12qGPILQSLPw9hgIf gB0An21BPzQX59I4kzNFquLjSpwGj+2g =+y3e -----END PGP SIGNATURE-----
On 19/09/09 05:03, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Friday, 2009-09-18 at 10:45 -0400, Cristian Rodríguez wrote:
Please tell me where I can get the libmagic for OpenSuSE 11.1.
libmagic is part of the "file" package, and you need file-devel to link custom build applications with that library.
Ah! :-O
That's a piece of information I have wanted for a long time, thanks. What I usually found was ImageMagick or libMagick++, but not "file".
THis needs fixing, there should actually be a package called "file" and others called libmagic1 and libmagic-devel .. too late for 11.2 though. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
You've solved my problem christian.... Thank you so much thousands time.... On Fri, 18 Sep 2009 10:45:23 -0400 Cristian Rodríguez <crrodriguez@opensuse.org> wrote:
On 18/09/09 10:21, Ricky Tompu Breaky wrote:
Please tell me where I can get the libmagic for OpenSuSE 11.1.
libmagic is part of the "file" package, and you need file-devel to link custom build applications with that library.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Ricky Tompu Breaky pecked at the keyboard and wrote:
Dear my friends...
I want to compile and install iVia on my OpenSuSE 11.1.
But I'm stucked on: " ****Error***** You do not have libmagic installed. " as I run './configure'.
I've tried to install everything which match the keyword 'magic' on my YaST2 but the error message is still the same.
Please tell me where I can get the libmagic for OpenSuSE 11.1.
Thank you very much in advance.
Google brings up a number of hits, but you will have to do your own homework to find the right one. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 2009-09-18 at 21:21 +0700, Ricky Tompu Breaky wrote:
Dear my friends...
I want to compile and install iVia on my OpenSuSE 11.1.
But I'm stucked on: " ****Error***** You do not have libmagic installed. " as I run './configure'.
I've tried to install everything which match the keyword 'magic' on my YaST2 but the error message is still the same.
Please tell me where I can get the libmagic for OpenSuSE 11.1.
Thank you very much in advance.
You might want to install pin, and use that for scanning the install media database, webpin is also handy that way, but I don't know where to get it. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday 18 September 2009 12:46:12 Mike McMullin wrote:
On Fri, 2009-09-18 at 21:21 +0700, Ricky Tompu Breaky wrote: ...
Please tell me where I can get the libmagic for OpenSuSE 11.1.
Thank you very much in advance.
You might want to install pin, and use that for scanning the install media database, webpin is also handy that way, but I don't know where to get it.
In YaST Software Management, Search can provide all packages that contain certain string if you check RPM provides, and for clean results, uncheck first 2-3 lines that are enabled by default. (sometimes is good to be childish, and play with options in YaST) -- Regards, Rajko People of openSUSE editor. Latest interviews: http://news.opensuse.org/category/people-of-opensuse/ About us: http://en.opensuse.org/People_of_openSUSE/About -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday, 2009-09-18 at 21:58 -0500, Rajko M. wrote:
On Friday 18 September 2009 12:46:12 Mike McMullin wrote:
You might want to install pin, and use that for scanning the install media database, webpin is also handy that way, but I don't know where to get it.
In YaST Software Management, Search can provide all packages that contain certain string if you check RPM provides, and for clean results, uncheck first 2-3 lines that are enabled by default.
(sometimes is good to be childish, and play with options in YaST)
Yast doesn't search in the list of files provided by an rpm if it is not installed, whereas pin does. It is sometimes more useful when wanting to find what rpm is needed by the configure scripts. But not always; for example, Cristian wrote: ] libmagic is part of the "file" package, and you need file-devel to link ] custom build applications with that library. Pin doesn't find any file-devel, but webpin does find it, in the oss repo. Why? Because pin does its search in the /var/lib/pin/ARCHIVES.gz archive, which is typically retrieved from the DVD, and only lists what the DVD contains. We would need an ARCHIVES.gz containing the whole oss + non-oss repo list. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkq0ndcACgkQtTMYHG2NR9UAGgCfb/RaUkHJulOpgf98FYPS7eEV LCcAn3O+WUVAPzqC2Htn0c43gWCnUs3a =HesC -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 2009-09-19 at 11:01 +0200, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Friday, 2009-09-18 at 21:58 -0500, Rajko M. wrote:
On Friday 18 September 2009 12:46:12 Mike McMullin wrote:
You might want to install pin, and use that for scanning the install media database, webpin is also handy that way, but I don't know where to get it.
In YaST Software Management, Search can provide all packages that contain certain string if you check RPM provides, and for clean results, uncheck first 2-3 lines that are enabled by default.
(sometimes is good to be childish, and play with options in YaST)
Yast doesn't search in the list of files provided by an rpm if it is not installed, whereas pin does. It is sometimes more useful when wanting to find what rpm is needed by the configure scripts.
But not always; for example, Cristian wrote:
] libmagic is part of the "file" package, and you need file-devel to link ] custom build applications with that library.
Pin doesn't find any file-devel, but webpin does find it, in the oss repo. Why? Because pin does its search in the /var/lib/pin/ARCHIVES.gz archive, which is typically retrieved from the DVD, and only lists what the DVD contains.
We would need an ARCHIVES.gz containing the whole oss + non-oss repo list.
Constantly updated at that. BTW where does one get webpin? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday, 2009-09-19 at 17:40 -0400, Mike McMullin wrote:
Pin doesn't find any file-devel, but webpin does find it, in the oss repo. Why? Because pin does its search in the /var/lib/pin/ARCHIVES.gz archive, which is typically retrieved from the DVD, and only lists what the DVD contains.
We would need an ARCHIVES.gz containing the whole oss + non-oss repo list.
Constantly updated at that. BTW where does one get webpin?
cer@nimrodel:~> webpin webpin 2 results (1 packages) found for "webpin" in openSUSE_110 * webpin: Command-Line Client for the openSUSE Package Search Web Service - 1.2.0 [BS::openSUSE:/Tools] - 1.0.0 [BS::home:/dl9pf:/rts-luh] The tools repo. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkq1ZkoACgkQtTMYHG2NR9UsDwCgkEdnp38lS/ebVykScdF1714q /mgAn2gXQcBues2J3mAhXByH2aG0pHv5 =Vjgw -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sun, 2009-09-20 at 01:16 +0200, Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Saturday, 2009-09-19 at 17:40 -0400, Mike McMullin wrote:
Pin doesn't find any file-devel, but webpin does find it, in the oss repo. Why? Because pin does its search in the /var/lib/pin/ARCHIVES.gz archive, which is typically retrieved from the DVD, and only lists what the DVD contains.
We would need an ARCHIVES.gz containing the whole oss + non-oss repo list.
Constantly updated at that. BTW where does one get webpin?
cer@nimrodel:~> webpin webpin 2 results (1 packages) found for "webpin" in openSUSE_110 * webpin: Command-Line Client for the openSUSE Package Search Web Service - 1.2.0 [BS::openSUSE:/Tools] - 1.0.0 [BS::home:/dl9pf:/rts-luh]
The tools repo.
Thanks Carlos, I have been wondering about that. On my 11.1 for the community repositories I have ATI, VideoLan, oSBS:Mail Server, Mono:Community, PHP not in use, looks like it's in repo_12. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (6)
-
Carlos E. R.
-
Cristian Rodríguez
-
Ken Schneider - openSUSE
-
Mike McMullin
-
Rajko M.
-
Ricky Tompu Breaky