Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Development & Programming > Repositories & Backports
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Repositories & Backports
Need help with apt-get and updating Ubuntu? Post here..

 
Thread Tools Display Modes
Old February 20th, 2007   #1
ramjet_1953
May the Ubuntu Be With You!
 
ramjet_1953's Avatar
 
Join Date: Aug 2006
Location: Thailand
Beans: 1,652
Ubuntu 10.04 Lucid Lynx
Send a message via Skype™ to ramjet_1953
Talking pdfEdit a Workable deb Package

Hi, Guys!

I finally found a deb package for pdfEdit that works fine on my system, after trying several times (unsuccessfully) to "roll my own".

Here's the link:

http://3v1n0.tuxfamily.org/pool/edgy...untu1_i386.deb

Regards,
Roger
__________________
There are only two things in life that are mandatory.
Birth and Death.
Everything else is optional.
Ubuntu User #10495
ramjet_1953 is offline   Reply With Quote
Old February 22nd, 2007   #2
os.getlogin
5 Cups of Ubuntu
 
Join Date: Jan 2007
Beans: 36
Re: pdfEdit a Workable deb Package

thanks for the heads-up.

do you know what deps are needed? I the package installs fine with dpkg, but I get

Quote:
% pdfedit
pdfedit: Symbol `_ZTI11QDragObject' has different size in shared object, consider re-linking
pdfedit: Symbol `_ZTI7QWidget' has different size in shared object, consider re-linking
zsh: segmentation fault (core dumped) pdfedit
Nate
os.getlogin is offline   Reply With Quote
Old February 23rd, 2007   #3
ramjet_1953
May the Ubuntu Be With You!
 
ramjet_1953's Avatar
 
Join Date: Aug 2006
Location: Thailand
Beans: 1,652
Ubuntu 10.04 Lucid Lynx
Send a message via Skype™ to ramjet_1953
Talking Re: pdfEdit a Workable deb Package

I think if you make sure that all of the QT libraries are installed, all should go OK.

If you still have problems, get back to me and I'll pull out my notes and give you a list of all the dependancies.

Regards,
Roger
__________________
There are only two things in life that are mandatory.
Birth and Death.
Everything else is optional.
Ubuntu User #10495
ramjet_1953 is offline   Reply With Quote
Old March 26th, 2007   #4
aysiu
Macbook Pro and HP Mini 1120nr
 
aysiu's Avatar
 
Join Date: May 2005
Location: US
My beans are hidden!
Ubuntu 10.04 Lucid Lynx
Re: pdfEdit a Workable deb Package

FYI: I just tried an alien installation of the RPM at SourceForge.net, and it worked!
Code:
sudo apt-get update
sudo apt-get install alien
wget -c http://internap.dl.sourceforge.net/sourceforge/pdfedit/pdfedit-0.2.5-1.i386.rpm
sudo alien -iv pdfedit-0.2.5-1.i386.rpm
__________________
tutorials | blog |
advice | more advice
aysiu is offline   Reply With Quote
Old March 31st, 2007   #5
nsilva
Just Give Me the Beans!
 
Join Date: Mar 2007
Beans: 46
Re: pdfEdit a Workable deb Package

I tried the alien installation, everything went smooth, except
when trying to run pdfedit I get the following error

Quote:
pdfedit: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by pdfedit)
I'm not able to find glibc with apt-get, what package should I install?

Quote:
nsilva@Typhon:/tmp$ psearch glibc
libnss-mdns - NSS module for Multicast DNS name resolution
linux-kernel-headers - Linux Kernel Headers for development
manpages-dev - Manual pages about using GNU/Linux for development
abicheck - binary compatibility checking tool
ja-trans - Japanese gettext message files
kmtrace - a KDE memory leak tracer
libdb1-compat - The Berkeley database routines [glibc 2.0/2.1 compatibility]
libg++2.8.1.3-glibc2.2 - The GNU C++ extension library - runtime version
libgetopt-java - GNU getopt - Java port
libnss-ldap - NSS module for using LDAP as a naming service
libnss-pgsql1 - name service switch module using PostgreSQL
libstdc++2.10-glibc2.2 - The GNU stdc++ library
libuclibc-dev - A small implementation of the C library
libuclibc0 - A small implementation of the C library
linuxinfo - Displays extended system information
manpages-pl-dev - Polish man pages for developers
perdition-dev - Development libraries and headers for perdition
perdition-ldap - Library to allow perdition to access LDAP based popmaps
perdition-mysql - Library to allow perdition to access MySQL based popmaps
perdition-odbc - Library to allow perdition to access ODBC based popmaps
perdition-postgresql - Library to allow perdition to access PostgreSQL based popmaps
python-utmp - python module for working with utmp
glibc-doc - GNU C Library: Documentation
libc6 - GNU C Library: Shared libraries and Timezone data
libc6-pic - GNU C Library: PIC archive library
winbind - service to resolve user and group information from Windows NT servers
nsilva@Typhon:/tmp$
nsilva is offline   Reply With Quote
Old April 8th, 2007   #6
BLTicklemonster
Tall Cafè Ubuntu
 
BLTicklemonster's Avatar
 
Join Date: Oct 2005
Location: Rome, Ga
Beans: 2,616
Ubuntu 8.10 Intrepid Ibex
Send a message via MSN to BLTicklemonster Send a message via Yahoo to BLTicklemonster
Re: pdfEdit a Workable deb Package

A pdf editor for linux. Well I'll be dog gone. Thanks!
__________________
Al Gore didn't invent the Internet, but he did make up global warming.

-David Rockefeller, March 08, 2009
BLTicklemonster is offline   Reply With Quote
Old April 11th, 2007   #7
FXWGBill
Day Old Decaf
 
FXWGBill's Avatar
 
Join Date: Dec 2004
Location: Fort Dodge, Kansas
Beans: 56
Send a message via ICQ to FXWGBill
Re: pdfEdit a Workable deb Package

I have seen a few people, here lately, that have been looking for a PDF editing type program. I found this particular 'post' through some searches and I am REALLY happy to say that this .deb works! In Feisty!! Had a couple problems trying to install pdfedit from src; had to install 'ant' and 'Apache FOP' but I found this before I got that finished so....

Thought I would pass along my good fortune and bump this up; hopefully help other folks...
FXWGBill is offline   Reply With Quote
Old April 14th, 2007   #8
Billy McCann
Gee! These Aren't Roasted!
 
Billy McCann's Avatar
 
Join Date: Feb 2007
Location: SouthEast USA
Beans: 164
Ubuntu 7.04 Feisty Fawn
Send a message via AIM to Billy McCann Send a message via Yahoo to Billy McCann
Re: pdfEdit a Workable deb Package

Quote:
Originally Posted by ramjet_1953 View Post
Hi, Guys!

I finally found a deb package for pdfEdit that works fine on my system, after trying several times (unsuccessfully) to "roll my own".

Here's the link:

http://3v1n0.tuxfamily.org/pool/edgy...untu1_i386.deb

Regards,
Roger
Thanks! Worked for me!
Billy McCann is offline   Reply With Quote
Old April 16th, 2007   #9
konungursvia
Quad Shot of Ubuntu
 
konungursvia's Avatar
 
Join Date: Dec 2006
Location: Toronto
Beans: 460
Send a message via Skype™ to konungursvia
Re: pdfEdit a Workable deb Package

I can't install it in Dapper, it says libc6 dependency not satisfiable. Can I do some workaround?
konungursvia is offline   Reply With Quote
Old April 16th, 2007   #10
aysiu
Macbook Pro and HP Mini 1120nr
 
aysiu's Avatar
 
Join Date: May 2005
Location: US
My beans are hidden!
Ubuntu 10.04 Lucid Lynx
Re: pdfEdit a Workable deb Package

Quote:
Originally Posted by konungursvia View Post
I can't install it in Dapper, it says libc6 dependency not satisfiable. Can I do some workaround?
Using both methods (.deb and .rpm with alien)?

More details here:
https://help.ubuntu.com/community/PDFedit
__________________
tutorials | blog |
advice | more advice
aysiu is offline   Reply With Quote

Bookmarks

Thread Tools
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


All times are GMT -4. The time now is 03:22 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry