[Bug 530687] [NEW] updates not installing properly

2010-03-02 Thread kerry hackney
Public bug reported:

Binary package hint: postfix

was asked to download an update, was then told it did not load properly.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 75
NonfreeKernelModules: nvidia
Package: postfix 2.5.5-1.1
SourcePackage: postfix
Title: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 75
Uname: Linux 2.6.28-18-generic i686

** Affects: postfix (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
updates not installing properly
https://bugs.launchpad.net/bugs/530687
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 530687] Re: updates not installing properly

2010-03-02 Thread kerry hackney

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39959352/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/39959353/DpkgTerminalLog.txt

-- 
updates not installing properly
https://bugs.launchpad.net/bugs/530687
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2010-01-01 Thread Kerry
I had this problem when trying to install Cairo extension for php with
PECL. this workaround does worked for me i.e. cat all the old files, but
you have to include the NEW libtools.m4 file to !

First copy all the files incase of error !

** my files are located in /usr/share/aclocal. I'm on ubuntu 8.10 **

cd /usr/share/aclocal
mkdir ~/libtoolsbackup
cp lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 libtool.m4 
~/libtoolsbackup

cd ~/libtoolsbackup
cp libtool.m4 libtool.m4.backup
rm libtool.m4

cat lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 libtool.m4.bakup
 libtool.m4

before this next step, make sure you have the above files backed-up !

sudo cp libtool.m4 /usr/share/aclocal/

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs