Sponsored Content
Operating Systems Linux SuSE kazaa or somthing like it?!?!?!? Post 51032 by byblyk on Sunday 9th of May 2004 05:29:04 PM
Old 05-09-2004
hey, i just got a question. I know this really dosen't belong here haha but i just wondered if i was supposed to have anything installed before i run teh ./configure of apollon. I was reading the site and it sounds like i should have somthing installed before i configure it but i don't know what. When i do configure it i get the error at the end that says library qt-mt not found please check your installation. I just wondered if i do need to have somthing installed before i run ./configure and if wso what is it and wehre do i get it? Thanks!
 

4 More Discussions You Might Find Interesting

1. Cybersecurity

HELP!Cant use WinMx, Kazaa, cant play internet music

This sucks becuase our company allowed us to use AOL aim, i was able to use winmx and now I am so locked down that I cant do any other that! I believe we might be going tru a firewall that blocks all this..i am sure there are ports open which I can use..can anobyd suggest me any workarounds??THIS... (2 Replies)
Discussion started by: jigarlakhani
2 Replies

2. Shell Programming and Scripting

df -k | grep (somthing)

Hi all, I am getting an hole out put of df -k for df -k | grep / Please let me how can i get for exact one... i want to grep it..! More ever.. Want to know few things...! I am using solaris 9 and want know how to get the CPU utlization from TOP command want calulate CPU utlization... (3 Replies)
Discussion started by: bullz26
3 Replies

3. Shell Programming and Scripting

Isolating a specified line - awk grep or somthing else?

I'm trying to isolate attached hard drives that auto-mount to /media so that I can use them as variables in a bash script... so far I'm here: variable=$(ls /media | grep -v cdrom ) This lists all the connected drives, each on it's own line and doesn't list anything I don't want (cdrom... (2 Replies)
Discussion started by: Starcast
2 Replies

4. Shell Programming and Scripting

Bash 3.2 - Array / Regex - IF 3rd member in array ends in 5 digits then do somthing...

Trying to do some control flow parsing based on the index postion of an array member. Here is the pseudo code I am trying to write in (preferably in pure bash) where possible. I am thinking regex with do the trick, but need a little help. pesudo code if == ENDSINFIVEINTS ]]; then do... (4 Replies)
Discussion started by: briandanielz
4 Replies
DH_AUTO_CONFIGURE(1)						     Debhelper						      DH_AUTO_CONFIGURE(1)

NAME
dh_auto_configure - automatically configure a package prior to building SYNOPSIS
dh_auto_configure [buildsystemoptions] [debhelperoptions] [--params] DESCRIPTION
dh_auto_configure is a debhelper program that tries to automatically configure a package prior to building. It does so by running the appropriate command for the build system it detects the package uses. For example, it looks for and runs a ./configure script, Makefile.PL, Build.PL, or cmake. A standard set of parameters is determined and passed to the program that is run. Some build systems, such as make, do not need a configure step; for these dh_auto_configure will exit without doing anything. This is intended to work for about 90% of packages. If it doesn't work, you're encouraged to skip using dh_auto_configure at all, and just run ./configure or its equivalent manually. OPTIONS
See "BUILD SYSTEM OPTIONS" in debhelper(7) for a list of common build system selection and control options. -- params Pass params to the program that is run, after the parameters that dh_auto_configure usually passes. For example: dh_auto_configure -- --with-foo --enable-bar SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Joey Hess <joeyh@debian.org> 11.1.6ubuntu2 2018-05-10 DH_AUTO_CONFIGURE(1)
All times are GMT -4. The time now is 05:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy