Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2nd July 2012, 10:03 PM
leonardevens Offline
Registered User
 
Join Date: Dec 2006
Age: 79
Posts: 404
linuxfirefox
Having trouble installing pdfedit

I got the tar file package for pdfedit, and I am having trouble with it.

I can't get ./configure to complete. I got to the qt stuff, but I can't get past it. Right now it can't find or set up qmake and nothing I've tried works.

I am running Fedora 17, 64 bit version. I did manage to get this to work under Fedora 14.

Any suggestions?

Is there a yum package anywhere for pdfedit?

Is there any other program which will allow me to edit a pdf fille?

Actually, it would suffice if I could turn a pdf file into a text file which I could edit.
Reply With Quote
  #2  
Old 2nd July 2012, 10:33 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,595
linuxfirefox
Re: Having trouble installing pdfedit

pdfedit package has been orphaned. See here.

What error are you getting when you try to install?
Reply With Quote
  #3  
Old 2nd July 2012, 10:47 PM
leonardevens Offline
Registered User
 
Join Date: Dec 2006
Age: 79
Posts: 404
linuxfirefox
Re: Having trouble installing pdfedit

Quote:
Originally Posted by nonamedotc View Post
pdfedit package has been orphaned. See here.

What error are you getting when you try to install?
./configure

stops with

checking whether we want to build PDFedit gui... yes
checking for QT qmake... configure: error: unable to find qmake for QT3


I've tried various possibilities for QTDIR and QMAKESPEC But none of them do any good.

If it has been orphaned, is there anything to replace it? I've found progams which can be used to combine pdf files, but nothing to edit such files.
Reply With Quote
  #4  
Old 2nd July 2012, 11:14 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,595
linuxfirefox
Re: Having trouble installing pdfedit

Do you have qt3-devel installed?

Code:
qt3-devel-3.3.8b-41.fc17.x86_64 : Development files for the Qt 3 GUI toolkit
Repo        : fedora
Matched from:
Filename    : /usr/lib64/qt-3.3/bin/qmake
If you are looking at annotating pdf files, you could try xournal. Unfortunately, I do not know of any pdf editing packages.
Reply With Quote
  #5  
Old 3rd July 2012, 10:03 AM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: Having trouble installing pdfedit

Quote:
Actually, it would suffice if I could turn a pdf file into a text file which I could edit.
Have you tried copy & paste?
Reply With Quote
  #6  
Old 3rd July 2012, 03:46 PM
leonardevens Offline
Registered User
 
Join Date: Dec 2006
Age: 79
Posts: 404
linuxfirefox
Re: Having trouble installing pdfedit

Quote:
Originally Posted by nonamedotc View Post
Do you have qt3-devel installed?
.
Yes. I had to install that and other packages to get as far as I did.

My problem may be figuring out how to set QTDIR and QMAKESPEC

---------- Post added at 06:46 AM ---------- Previous post was at 06:38 AM ----------

Quote:
Originally Posted by george_toolan View Post
Have you tried copy & paste?
The particular pdf file was obtained by printing a web page. I had tried copying the contents of the web page, which didn't work, but i didn't think of copying the contents of the pdf file. It turns out that does work, so it solves my immediate problem. But I still would like to resurrect pdfedit or find a substitute for it.

I did try inkscape, but I couldn't figure out how to get it to edit the particular pdf file.
Reply With Quote
  #7  
Old 3rd July 2012, 06:09 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,613
linuxfedorafirefox
Re: Having trouble installing pdfedit

Why not install the F15 package for pdfedit from the link that nonamedotc provided? I just installed the 64-bit version from here and it works perfectly in F17. It's often the case that packages for older Fedora releases will still work in the current release.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #8  
Old 4th July 2012, 04:27 AM
george_toolan Offline
Registered User
 
Join Date: Dec 2006
Posts: 1,718
linuxfirefox
Re: Having trouble installing pdfedit

Pdfedit 0.4.5 compiles out of the box with Fedora 16
Code:
yum install qt3 qt3-devel
Does Fedora 17 still have qt3 libraries?

Code:
tar xjvf ~/Downloads/pdfedit-0.4.5.tar.bz2
cd pdfedit-0.4.5
export QTDIR=/usr/lib64/qt-3.3
./configure
make

sudo make install
Reply With Quote
  #9  
Old 4th July 2012, 05:36 AM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,613
linuxfedorafirefox
Re: Having trouble installing pdfedit

Quote:
Originally Posted by george_toolan View Post
does fedora 17 still have qt3 libraries?
Code:
#     #  #######   #####
 #   #   #        #     #
  # #    #        #
   #     #####     #####
   #     #              #
   #     #        #     #
   #     #######   #####
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #10  
Old 4th July 2012, 10:46 AM
flyingfsck Online
Registered User
 
Join Date: Aug 2010
Location: Al Ain, UAE
Posts: 1,046
linuxfirefox
Re: Having trouble installing pdfedit

Do you really need pdfedit?

Have a look at Xournal. It may be all you need.
Reply With Quote
  #11  
Old 4th July 2012, 06:28 PM
leonardevens Offline
Registered User
 
Join Date: Dec 2006
Age: 79
Posts: 404
linuxfirefox
Re: Having trouble installing pdfedit

Quote:
Originally Posted by RupertPupkin View Post
Why not install the F15 package for pdfedit from the link that nonamedotc provided? I just installed the 64-bit version from here and it works perfectly in F17. It's often the case that packages for older Fedora releases will still work in the current release.
II downloaded the Fedora 15 rpm file and tried to install it. I get the message

error: Failed dependencies:
libt1.so.5()(64bit) is needed by pdfedit-0.4.5-4.fc15.x86_64

I do have
/usr/lib64/libreoffice/program/libtllo.so

Should i try to tell it to use that? If so, you could save me some time by telling me the best way to do that.

Or, should I try to find another package which contains that library? yum search libtl doesn't find anything.

---------- Post added at 09:28 AM ---------- Previous post was at 09:27 AM ----------

Quote:
Originally Posted by george_toolan View Post
Pdfedit 0.4.5 compiles out of the box with Fedora 16
Code:
yum install qt3 qt3-devel
Does Fedora 17 still have qt3 libraries?

Code:
tar xjvf ~/Downloads/pdfedit-0.4.5.tar.bz2
cd pdfedit-0.4.5
export QTDIR=/usr/lib64/qt-3.3
./configure
make

sudo make install
That is exactly what I was trying to do. I even used the QTDIR you suggested. But it didn't work, as I explained previously.
Reply With Quote
  #12  
Old 4th July 2012, 07:46 PM
RupertPupkin's Avatar
RupertPupkin Offline
Registered User
 
Join Date: Nov 2006
Location: Detroit
Posts: 4,613
linuxfedorafirefox
Re: Having trouble installing pdfedit

Quote:
Originally Posted by leonardevens View Post
II downloaded the Fedora 15 rpm file and tried to install it. I get the message

error: Failed dependencies:
libt1.so.5()(64bit) is needed by pdfedit-0.4.5-4.fc15.x86_64

I do have
/usr/lib64/libreoffice/program/libtllo.so

Should i try to tell it to use that? If so, you could save me some time by telling me the best way to do that.

Or, should I try to find another package which contains that library? yum search libtl doesn't find anything.
You mistook the number 1 in libt1 for the letter l. Do this:
Code:
yum install t1lib
Try running pdfedit after installing that t1lib package. If it still complains about missing libraries, then run this command:
Code:
ldd /usr/bin/pdfedit
Post the output here and we'll be able to help you identify the required library packages.
__________________
OS: Fedora 18 x86_64 | CPU: AMD64 3700+ 2.2GHz | RAM: 2GB PC3200 DDR | Disk: 160GB PATA | Video: ATI Radeon 7500 AGP 64MB | Sound: Turtle Beach Santa Cruz CS4630 | Ethernet: Realtek 8110SC
Reply With Quote
  #13  
Old 4th July 2012, 11:48 PM
leonardevens Offline
Registered User
 
Join Date: Dec 2006
Age: 79
Posts: 404
linuxfirefox
Re: Having trouble installing pdfedit

Quote:
Originally Posted by RupertPupkin View Post
You mistook the number 1 in libt1 for the letter l. Do this:
Code:
yum install t1lib
Try running pdfedit after installing that t1lib package. If it still complains about missing libraries, then run this command:
Code:
ldd /usr/bin/pdfedit
Post the output here and we'll be able to help you identify the required library packages.
That was the problem. Sorry about that
Reply With Quote
Reply

Tags
installing, pdfedit, trouble

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] pdfedit leonardevens Using Fedora 3 13th June 2012 07:35 PM
Strange interaction of openoffice,pdfedit,and acroread leonardevens Using Fedora 0 20th October 2009 02:30 PM
Trouble installing KDE xs123 Using Fedora 2 2nd November 2008 03:20 AM
pdfedit merging problem fitlad Using Fedora 3 7th August 2008 05:42 PM
pdfedit won't save as pdf file? stephanie.steve Using Fedora 1 2nd August 2007 06:43 AM


Current GMT-time: 17:28 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat