Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-07-2005, 03:56 PM
|
#1
|
Member
Registered: Jul 2004
Distribution: Slackware Current
Posts: 127
Rep:
|
Need help compiling SharpMusique (iTunes for Linux)
I get this error when trying to make it:
Checking for System.Web.dll...no
make: *** [System.Web.dll.check] Error 1
Apparently it is a part of Mono. I installed the binary in /opt/mono-1.x
Dont understand why it isnt finding it...I put /opt/mono/bin in my PATH and I put /opt/mono/lib in ld.so.conf / ran ldconfig.
Help!
Last edited by black hole sun; 06-07-2005 at 03:59 PM.
|
|
|
06-07-2005, 04:44 PM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537
Rep:
|
Where is the file that it says it cant find located? Try searching the file system for the file and if its not present then you will need to find a copy and put it somewhere in your ld.so.conf pathing.
I would give you the command needed if I was on a linux computer at the moment :P
|
|
|
08-20-2005, 04:02 PM
|
#3
|
LQ Newbie
Registered: Mar 2005
Location: Alaska
Distribution: Suse 9.3
Posts: 2
Rep:
|
where do I start
Howdy,
I've never mastered the art of compiling yet, and I tried to find the install file in the tar.gz file I downloaded. I file rolled it and I clicked on the makefile file and gedit popped up with it's magic. Where to now? I tried the command: cd sharpmusique-0.3.1 and it's response was: no such file or directory. Does anyone have a direction for me to go?
|
|
|
08-21-2005, 05:22 AM
|
#4
|
Member
Registered: Jun 2003
Distribution: Mac OS X 10.5.7, Athlon 64 X2 4200+, 2GB Ram, nVidia GeForce 9400 GT 1GB --- Ubuntu 9.04 Jaunty x64
Posts: 58
Rep:
|
Basic Compilation
extract the *.tgz file, CD to the new directory
NOW THIS IS THE IMPORTANT PART:
READ THE README and INSTALL FILES....
Open a terminal and make the new directory your CWD
The most common commands you will have to use are as follows:
./configure
make
make install
Some don't require the ./configure command while others require an argument for the first make, EX.
make 537
Then you should be able to run the program. If the app won't start then inspect the Makefile to see where it installed it to.
|
|
|
09-06-2005, 09:30 AM
|
#5
|
LQ Newbie
Registered: Sep 2005
Distribution: sourcemage
Posts: 1
Rep:
|
you're right of course for most packages, but the funny part is:
sharpmusique source tarball has no README, has no INSTALL, has no configure script
a simple make should start the build
there's no make install
program starts here, but doesn't signup or login. searches are performed, but previews are not done with a vlc error.
haven't had time to really look into it yet
------ edit --------
righty, got it to play previews now, but using that godawfull hack to locally get vlc libs...
still no login / signup
Last edited by e-type; 09-06-2005 at 09:55 AM.
|
|
|
09-08-2005, 04:02 PM
|
#6
|
Member
Registered: Jun 2004
Location: In Adamantine Chains and penal Fire
Distribution: Debian Sarge & Ubuntu Breezy
Posts: 107
Rep:
|
Meh... SharpMusique works great here on Ubuntu Breezy (and on systems with comparable libraries). There is a workaround for the libvlc.sh script I needed though, and you might too.
Code:
$ sudo apt-get install bazaar cvs subversion make gcc mono mono-mcs\
libmono-dev gtk-sharp2 automake automake1.6
$ baz register-archive http://nanocrew.net/arch
$ baz get jon@nanocrew.net--archive/sharpmusique--trunk
$ cd sharpmusique--trunk--1.0--patch-5/sharpmusique/
# Next line is the cheap libvlc.sh patch (workaround), to generate a configure file
$ perl -pi -e 's#(\.\ \./bootstrap)#$1\nautoreconf\ -vif#' libvlc.sh && ./libvlc.sh
$ make
$ ./SharpMusique.exe
Last edited by six6; 09-08-2005 at 04:04 PM.
|
|
|
02-24-2006, 06:36 PM
|
#7
|
LQ Newbie
Registered: Feb 2006
Location: Earth
Distribution: Ubuntu & Fedora & BSD on MSVPC
Posts: 10
Rep:
|
I am trying to install the .deb from Jon's website.
(I'd post the URL, but I can't until I post 4 more times)
On the Ubuntuguide dot org, there's instructions on "How to install/uninstall .deb files?" which say how to install .deb files.
So, the command I use is:
sudo -i dpkg sharpmusique_1.0-1_i386.deb
And the error I get is:
/usr/bin/dpkg: /usr/bin/dpkg: cannot execute binary file
(I'm new to Linux, but build and configure Windows PCs -- I am not afraid of Linux, just lost)
|
|
|
02-25-2006, 04:30 PM
|
#8
|
Member
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549
Rep:
|
I have sharpmusique, which I was able to partially compiled. I was able to open an account and have spent about 12 bucks buying songs.
Anyway, it's been a while since I did this. Currently I have gtk-sharp, gtk-sharp2, mono-basic, mono-core, mono-data, mono-web, and mono-winforms. Probably more that what I needed. With all this you should be able to compile.
By the way, there is a minor bug on the original program. The fix and link
http://nanocrew.net/2005/09/17/sharp...e-10/#comments
Also, you migth be able to extract the debian package and make it work without having to compile.
|
|
|
02-27-2006, 10:40 PM
|
#9
|
LQ Newbie
Registered: Feb 2006
Location: Earth
Distribution: Ubuntu & Fedora & BSD on MSVPC
Posts: 10
Rep:
|
Quote:
Originally Posted by jlo_sandog
...
Also, you migth be able to extract the debian package and make it work without having to compile.
|
I'm confused -- I have to extract the .deb file?
I thought it was an install file.
|
|
|
02-28-2006, 03:24 AM
|
#10
|
Member
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549
Rep:
|
I'm sure it's an installer for debian. Since I have FC4, I extracted the content using gui arc program. Then manually installed the libvlc.so file, which was all I needed. Previously I had compiled part of the program, but the vlc part didn't compiled. That's why I tried the .deb file and it worked.
all you need is
libvlc.so and sharpmusique.exe to go in /usr/local/lib/sharpmusique
and a script file sharpmusique to go in /usr/local/bin
|
|
|
03-05-2006, 01:35 AM
|
#11
|
LQ Newbie
Registered: Feb 2006
Location: Earth
Distribution: Ubuntu & Fedora & BSD on MSVPC
Posts: 10
Rep:
|
If it's an install file, then what does the error I get mean?
|
|
|
All times are GMT -5. The time now is 06:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|