How to "upgrade" a dpkg with a .deb

2006-08-28 Thread Matt England
How can one upgrade an installed dpkg with a .deb file, much the same way one can run: rpm -Uhv using rpm? I was hoping for a dpkg -u command, but I don't see this or anything like it. I can't find anything in apt-get's man page, either. Any suggestions, tips? -Matt -- To UNS

How to "upgrade" a dpkg with a .deb

2006-08-28 Thread Matt England
How can one upgrade an installed dpkg with a .deb file, much the same way one can run: rpm -Uhv using rpm? I was hoping for a dpkg -u command, but I don't see this or anything like it. I can't find anything in apt-get's man page, either. Any suggestions, tips? -Matt -- To UNSU

Debian-Boost linking errors in Cleversafe project

2006-08-23 Thread Matt England
(This msg is getting cross-posted to the Boost and Debian users' lists. I hope that's ok.) Summary: Our builds are experiencing link-time problems with Boost libraries only on Debian systems. Details below. Does anyone have any suggestions on the root causes and fixes for this? If not, p

How to install .deb package as non-root user?

2006-04-15 Thread Matt England
How can one install .deb package as non-root user? I see a 'dpkg --root' parameter, but it doesn't seem to help (as per below). Redhat's rpm can install with an non-root account; why not dpkg/apt/wajig...or maybe one of these things can do this somehow and I don't know about it? I'm part of

Debian-specific behavior: 'useradd -m' ? (no html)

2006-04-10 Thread Matt England
(My bad for sending out html-formatted text to the list...here's the unstyled text. -Matt) (I realize this may be a faq, but this 'useradd -m' is hard to google...) Summary: Is there a more-portable way to add users to a system then useradd(8)? Why does Debian's useradd(8) require a "-m" switc

Debian-specific behavior: 'useradd -m' ?

2006-04-10 Thread Matt England
(I realize this may be a faq, but this 'useradd -m' is hard to google...) Summary: Is there a more-portable way to add users to a system then useradd(8)? Why does Debian's useradd(8) require a "-m" switch when other unix/linux systems that I have seen do not? Details: On non-Debian systems: $ us

Cmdline mail client that talks to remote SMTP server?

2006-03-28 Thread Matt England
I would like to send email from a CentOS/RHEL/Debian/Fedora command line client. However, I want to be able to send the mail via a remote SMTP server, and thus said email cmdline app must also be a SMTP client. Does any such thing exist? I man mail(1)/mailx(1) on a Debian3.1-testing system and

Re: Subversion 1.3.x Debian pkgs?

2006-03-19 Thread Matt England
At 3/19/2006 11:08 AM, Michael Marsh wrote: On 3/19/06, Matt England <[EMAIL PROTECTED]> wrote: > I attempted to apt-get a Subversion 1.3.0 Debian package a few days ago > (via an 'experimental' package base) and failed due to dependencies on > updated libapr and other

Subversion 1.3.x Debian pkgs?

2006-03-19 Thread Matt England
I attempted to apt-get a Subversion 1.3.0 Debian package a few days ago (via an 'experimental' package base) and failed due to dependencies on updated libapr and other stuff that was apparently not ready. Has anybody been able to update Subversion 1.3.0 via Debian package management? Or can a

Can a C++ program call exit(0) from a thread?

2006-03-18 Thread Matt England
Can a C++ program call exit(0) from a thread? My swdev project is finding that exit(0)'s from threads appear to be randomly causing a segmentation fault, while the same thing on Windows and Redhat has no issues. -Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

Java build error: com.sun.net.ssl.internal.ssl.Provider missing

2006-02-19 Thread Matt England
I am trying to build a DART server on a Debian sarge system, and I'm getting Java build errors, regardless if I use the Java SDK (rev 1.4.2 or JDK 5), jikes, or gcj. Any thoughts? More information on DART: http://public.kitware.com/Dart/HTML/Index.shtml http://www.na-mic.org/Wiki/index.php/Da

Re: Sarge-built binaries running on Woody systems?

2005-12-31 Thread Matt England
blish some Debian binary-to-test-system rev-control policies before I got into first round test on my group's software. -Matt At 12/29/2005 01:45 PM, Matt England wrote: Sarge-built binaries running on Woody systems: Is this feasible? I'm not talking about package management...just t

Re: Building postgresql 8.1.0: trouble finding readline, libz, etc

2005-12-31 Thread Matt England
At 12/30/2005 04:37 PM, Steve Block wrote: Install the appropriate development packages for what you seem to be missing. For example, the package libreadline5-dev (or libreadline4-dev, as appropriate). Yep, after installing the "-dev" packages, the postgresql (in my case rev 8.1.1) build-from

Building postgresql 8.1.0: trouble finding readline, libz, etc

2005-12-30 Thread Matt England
While building postgresql 8.1.0 from source on Debian Sarge, I'm finding the postgresql ./configure script can not find libreadling, libz, and associated include/header files. I can make at least some of these problems go away if I do things like tell ./configure about CFLAGS=-L/lib and also s

Determine system ver (Debian vs. other Linuxes) at runtime?

2005-12-30 Thread Matt England
In my cross-platform-programming quests, I'm looking for ways to determine via my Makefiles which system/platform said build process is running on, so I can automatically pull in the correct libraries, build to the correct target directories, use the correct platform-specific code, etc. Back i

Sarge-built binaries running on Woody systems?

2005-12-29 Thread Matt England
Sarge-built binaries running on Woody systems: Is this feasible? I'm not talking about package management...just the raw, binary. Are dynamic-library-management tricks needed? Does the Debian testing authority (or whoever is given responsibility of anointing Debian releases for distribution)

How to build RHEL software to run on Debian?

2005-12-28 Thread Matt England
I'm a software developer, and I would like one set of software binaries (applications, libraries) to be able to run across many Linux platforms, including FedoraCore, Redhat Enterprise Linux, and Debian (much the same way XAMPP -- http://www.apachefriends.org/en/xampp.html -- claims that its on