07-03-2008
Thanks for the advice u gave and i tried it out.
Now there is some problem. I am getting the response as below. It is showing some more packages missing. why is giving warning
[root@localhost Packages]# rpmbuild --rebuild python24-2.4.2-2.src.rpm
Installing python24-2.4.2-2.src.rpm
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
error: Failed build dependencies:
Mesa-devel is needed by python24-2.4.2-2.i386
tix is needed by python24-2.4.2-2.i386
XFree86-devel is needed by python24-2.4.2-2.i386
tcl-devel is needed by python24-2.4.2-2.i386
tk-devel is needed by python24-2.4.2-2.i386
tix-devel is needed by python24-2.4.2-2.i386
10 More Discussions You Might Find Interesting
1. Red Hat
Hi all,
Thanks for reading and any posts.
Quick question, has anyone out there got any suggestions for standards of security for Redhat enterprise 3. We are making an RAC cluster Oracle application using Oracle 9i (hopefully moving to 10g sooner rather than later).
Thanks again for any... (0 Replies)
Discussion started by: B14speedfreak
0 Replies
2. Red Hat
I'm trying to install Redhat LInux AS 4 update 4 on an IBM x306 series server. I keep getting following error:
"No Drives Found. An error has occurred - no valid devices were found on which to create new file systems. Please check your hardware for the cause of this problem."
I called IBM and... (2 Replies)
Discussion started by: pieman8080
2 Replies
3. Red Hat
Hi,
I would like to know if should i patch my system and sshd based on the version that i have here below:
cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
------------
uname -a: redhat kernel version and type (64-bit or not)
Linux server2 2.6.9-55.ELsmp... (2 Replies)
Discussion started by: lamoul
2 Replies
4. Red Hat
Hi
i installed samba-client-3.0.23c-2 on Redhat Server but cat not start
#service smb start. it gives error
unrecognized smb
I checked
samba-common-3.0.23c-2
# rpm -qa |grep smb
pam_smb-1.1.7-7.2.1
# rpm -qa |grep samba
samba3-client-3.2.15-40.el5
Could someone help please?
... (1 Reply)
Discussion started by: lamoul
1 Replies
5. Red Hat
hi all
do i need to add rc. prefix on the stop script all the time especially on redhat 5 enterprise? like below
ln -s /etc/init.d/rc.stopdb2 /etc/rc0.d/K01rc.stopdb2
and on the /etc/rc.local, i need to add this only
touch /var/lock/subsys/stopdb2
Is that going to work?
thanks... (1 Reply)
Discussion started by: itik
1 Replies
6. Linux
I didn't know what sub category to put this under, so I just figured I'd throw it in the main area.
I've recently acquired an HP ProLiant120 G6 and am trying to install Mitel's version of Linux onto it. I boot from the cd, and can make it as far as selecting what type of keyboard I have. The... (5 Replies)
Discussion started by: madeang
5 Replies
7. Red Hat
When i finished installation the Redhat Enterprise Linux 6.2, and login to the system, I can't login although username: root and Password correct. I install on the Hp Blade Server. I don't know why.
How to fix this error? who can help me? :confused:
Thanks! (3 Replies)
Discussion started by: dinhdangnd
3 Replies
8. Red Hat
Hello, I'm using dell inspiron 14R laptop and I installed Redhat enterprise 6.2 on this. After successfully installation i did not found any network interface on this.
when i'm trying to load/add qeth driver . The driver is not found showing this message.
Bash: lsmod | grep qeth
Bash:... (4 Replies)
Discussion started by: dearsumon
4 Replies
9. Red Hat
what is the difference between Redhat Linux and Redhat Enterprise Linux. whereas Redhat linux have Server installation options too. (2 Replies)
Discussion started by: hananabbas
2 Replies
10. Fedora
Hi,
please can any one tell me where can i download redhat linux 6.4 for training purpose?
thanks & Regards (1 Reply)
Discussion started by: younusdba
1 Replies
LEARN ABOUT DEBIAN
numm.getting-started
getting-started(7) Numm Tutorials getting-started(7)
NAME
getting started - numm installation and usage
SYNOPSIS
numm-run FILE
import numm
DESCRIPTION
numm is a python library -- the bastard child of Processing.org and MATLAB, if you will -- that fuses python, numpy, and gstreamer together
to create a numerical-computing environment for multimedia generation, analysis, and interaction.
Installation
A Debian package is provided for ease of installation on Debian and derivative operating systems, such as Ubuntu; we recommend you abandon
alternative systems and install Debian, but in the interim direct your attention to virtualization software such as VirtualBox.
The following command downloads and installs numm:
% wget http://numm.org/numm/releases/python-numm_0.1-1_all.deb
% sudo dpkg -i python-numm_0.1-1_all.deb
Usage
At its simplest, numm provides three pairs of invertable functions that connect common media formats with numpy:
Images represented as (height, width, color) numpy.uint8 arrays.
o image2np(path) -> np
o np2image(np, path)
Sounds as (frames, channels) numpy.int16s
o sound2np(path) -> np
o np2sound(np, path) # XXX: must be .wav
Videos as (frames, height, width, color) numpy.uint8s
o video2np(path) -> np
o np2video(np, path) # XXX: must be .mkv
For rapid-prototyping of interactive numpy-based audio-visual experiments, the numm package has a real-time mode. The numm package
installs a program named numm-run, which launches (and reloads on modification) python scripts that may implement any subset of the follow-
ing functions, which are asynchronously called as needed:
o video_in(a) # webcam
o video_out(a) # mutate a in-place to set video
o audio_in(a) # mic
o audio_out(a) # mutate a for audio output
o mouse_in(type, px, py, button)
o keyboard_in(type, key)
SEE ALSO
numm-run(1), numm.one-bit-instrument(7), numm.spectral-analysis(7)
numm February 2012 getting-started(7)