LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 06-07-2005, 02:56 PM   #1
black hole sun
Member
 
Registered: Jul 2004
Distribution: Slackware Current
Posts: 127

Rep: Reputation: 15
Unhappy 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 02:59 PM.
 
Old 06-07-2005, 03:44 PM   #2
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Rep: Reputation: 87
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
 
Old 08-20-2005, 03:02 PM   #3
kovik89
LQ Newbie
 
Registered: Mar 2005
Location: Alaska
Distribution: Suse 9.3
Posts: 2

Rep: Reputation: 0
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?
 
Old 08-21-2005, 04:22 AM   #4
scottwest2
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: Reputation: 16
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.
 
Old 09-06-2005, 08:30 AM   #5
e-type
LQ Newbie
 
Registered: Sep 2005
Distribution: sourcemage
Posts: 1

Rep: Reputation: 0


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 08:55 AM.
 
Old 09-08-2005, 03:02 PM   #6
six6
Member
 
Registered: Jun 2004
Location: In Adamantine Chains and penal Fire
Distribution: Debian Sarge & Ubuntu Breezy
Posts: 107

Rep: Reputation: 16
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 03:04 PM.
 
Old 02-24-2006, 05:36 PM   #7
Uzma
LQ Newbie
 
Registered: Feb 2006
Location: Earth
Distribution: Ubuntu & Fedora & BSD on MSVPC
Posts: 10

Rep: Reputation: 0
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)
 
Old 02-25-2006, 03:30 PM   #8
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
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.
 
Old 02-27-2006, 09:40 PM   #9
Uzma
LQ Newbie
 
Registered: Feb 2006
Location: Earth
Distribution: Ubuntu & Fedora & BSD on MSVPC
Posts: 10

Rep: Reputation: 0
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.
 
Old 02-28-2006, 02:24 AM   #10
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
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
 
Old 03-05-2006, 12:35 AM   #11
Uzma
LQ Newbie
 
Registered: Feb 2006
Location: Earth
Distribution: Ubuntu & Fedora & BSD on MSVPC
Posts: 10

Rep: Reputation: 0
If it's an install file, then what does the error I get mean?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sharpmusique in Gentoo CPUguy387 Linux - Software 5 07-15-2006 12:19 PM
Anything like iTunes in Linux? futurist Linux - Software 19 04-16-2006 12:17 PM
Need help running ./configure of sharpmusique signmeuptoo Linux - Software 1 10-06-2005 06:36 AM
Itunes Linux Johnnyae17 Linux - Software 21 03-22-2005 07:59 PM
itunes source for compiling on linux? linuxdork Linux - Software 3 02-18-2005 01:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration