LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   compiling problem with libmobile (https://www.linuxquestions.org/questions/linux-software-2/compiling-problem-with-libmobile-4175648083/)

bscho 02-11-2019 12:51 PM

compiling problem with libmobile
 
I unpacked the file and followed the txt file which said:
Installation
============

To compile run:
./autogen.sh
make
sudo make install

The problem is that no autogen.sh is in the package so I went to the site at github found the text of the file and put it into the directory

when I run it says no permission used it as root

the same happens

the file is
#!/bin/sh

olddir=`pwd`
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

cd "$srcdir"

gprefix=`which glibtoolize 2>&1 >/dev/null`
if [ $? -eq 0 ]; then
glibtoolize --force
else
libtoolize --force
fi
aclocal -I m4
autoheader
automake --add-missing
autoconf

cd "$olddir"

if [ -z "$NOCONFIGURE" ]; then
$srcdir/configure "$@"
fi

Any ideas how to fix it maybe I can re edit the file?

Thanks for your help

ondoho 02-12-2019 02:42 AM

cases like this, you really need to show us what project you are trying to compile and which version (link).
and in code tags, a list of all commands entered and full output received. don't paraphrase.

and preferably also an explanation WHY you think you need to compile this from source and why you need it at all.

bscho 02-12-2019 03:11 AM

Quote:

Originally Posted by ondoho (Post 5960890)

and preferably also an explanation WHY you think you need to compile this from source and why you need it at all.

I want to read all my text messages from the iphone.

Do you know any other program that does this?

pan64 02-12-2019 04:52 AM

have you tried to look for a solution on the net? https://www.mobikin.com/idevice/view...-computer.html

bscho 02-12-2019 05:33 AM

Quote:

Originally Posted by pan64 (Post 5960927)
have you tried to look for a solution on the net? https://www.mobikin.com/idevice/view...-computer.html

Thanks for that will have to use a windows program and drag the files to my Linux Mint desktop. It requires iTunes and is taking ages to load on a windows having to go to Microsoft.

libmobiledevice is a Linux app so would have been better if I could compile it I have been stuck as the make requires Nettle 3.4 which I just cannot get to compile.

I wish libmobiledevice was in the repository for Mint as this looks to be a good program. I appears to be in Fedora and Ubuntu ones

Any ideas how I can go and get it from the Ubuntu repository?

pan64 02-12-2019 05:45 AM

probably this: https://www.youtube.com/watch?v=Y64YmvKMAL8 ?

bscho 02-12-2019 05:49 AM

Quote:

Originally Posted by pan64 (Post 5960942)

I have all ready tried that and the wget comes back with 404 error

Also the video shows a different wget to that on the text below the video

pan64 02-12-2019 05:55 AM

see the first comment, that link looks ok

bscho 02-12-2019 06:00 AM

Quote:

Originally Posted by pan64 (Post 5960946)
see the first comment, that link looks ok

Does not work it says on their site in search under Ubuntu it has libimobiledevice

The software source has Ubuntu/trusty set but

sudo apt install libimobiledevice does not find it

Any ideas?

ondoho 02-12-2019 08:04 AM

Quote:

Originally Posted by bscho (Post 5960939)
I wish libmobiledevice was in the repository for Mint as this looks to be a good program. I appears to be in Fedora and Ubuntu ones

if it's in ubuntu's repos then it should be in mint's also, becuase mint is built on it.
and it's
Code:

libimobiledevice


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