Discussion:
[freetds] Compiling freetds on IBM Z series
Schonecker, Brian
2013-03-11 15:25:38 UTC
Permalink
I want to compile freetds on IBM Z series linux and I want to duplicate the build/configure arguments that were used at the Red Hat/Centos repositories. I have not been able to find the SRPMS that contain freetds at either Red Hat or Centos forge.

Is there any way I can tell what ./configure arguments were used? I've tried lots of various arguments but I am always getting a bunch of header files and other miscellaneous stuff along for the ride.

`rpm -qil freetds` indicates a fairly minimal set of (non documentation) files.

I want the same dependencies and requirements as the freetds RPM from either Red Hat or Centos.

Yes, I could just add the extra stuff along for the ride but I'd like an RPM as true to the 'official' one.

Thanks, Brian

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
CONFIDENTIALITY NOTICE: If you have received this email in error, please immediately notify the sender by e-mail at the address shown.This email transmission may contain confidential information.This information is intended only for the use of the individual(s) or entity to whom it is intended even if addressed incorrectly. Please delete it from your files if you are not the intended recipient. Thank you for your compliance.
James K. Lowden
2013-03-11 16:58:57 UTC
Permalink
On Mon, 11 Mar 2013 15:25:38 +0000
Post by Schonecker, Brian
Is there any way I can tell what ./configure arguments were used?
I've tried lots of various arguments but I am always getting a bunch
of header files and other miscellaneous stuff along for the ride.
The configure args are not trapped in the binary. Some of the effects
are, but that's not what you want.

The configure scripts are written to config.log. If that file is
included with your RPM, you're in luck. Else I recommend talking to
the folks who maintain it.

HTHl.

--jkl
Schonecker, Brian
2013-03-11 17:17:04 UTC
Permalink
Looks like the most simple of things has escaped me.

I downloaded the lastest freetds tarball, un-gzipped it, bzip2'd it and then ran 'rpmbuild -tb freetds-0.91.tar.bz2'. It appears as though all the extra 'stuff' wasn't included and there's a fairly minimal list of files in the package.

I was trying to use fifteen tools when I only needed one.

B

-----Original Message-----
From: freetds-bounces at lists.ibiblio.org [mailto:freetds-bounces at lists.ibiblio.org] On Behalf Of James K. Lowden
Sent: Monday, March 11, 2013 12:59 PM
To: freetds at lists.ibiblio.org
Subject: Re: [freetds] Compiling freetds on IBM Z series

On Mon, 11 Mar 2013 15:25:38 +0000
Post by Schonecker, Brian
Is there any way I can tell what ./configure arguments were used?
I've tried lots of various arguments but I am always getting a bunch
of header files and other miscellaneous stuff along for the ride.
The configure args are not trapped in the binary. Some of the effects are, but that's not what you want.

The configure scripts are written to config.log. If that file is included with your RPM, you're in luck. Else I recommend talking to the folks who maintain it.

HTHl.

--jkl

_______________________________________________
FreeTDS mailing list
FreeTDS at lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
CONFIDENTIALITY NOTICE: If you have received this email in error, please immediately notify the sender by e-mail at the address shown.This email transmission may contain confidential information.This information is intended only for the use of the individual(s) or entity to whom it is intended even if addressed incorrectly. Please delete it from your files if you are not the intended recipient. Thank you for your compliance.
Loading...