Sponsored Content
Operating Systems AIX Openwebmail in AIX: using GCC instade of suidperl Post 302334548 by mh2ict on Thursday 16th of July 2009 12:51:47 AM
Old 07-16-2009
Openwebmail in AIX: using GCC instade of suidperl

Hi, we are trying to configure the webmail using openwebmail and having the following problems:

#Here we use GCC compiler due to the scripts cant compiled by suidperl.
# We compiled all openwebmail*.pl with wrapsuid.pl script because the permissions of those files were set uid (rwsr-x-r-x)
#After that we get home page of the openwebmail successfully but we cant execute next pages. then we tried run manually the executable files (openwebmail*.pl) and find the

error : (ow-shared.pl:237, pid=421924, ruid=0, euid=0, egid=0 11 10 7 3 2 0, mailgid=6 )
parameter format error, Access denied


#./openwebmail.pl
it is showing html code successfully

#./openwebmail-main.pl
it is showing the following error
(ow-shared.pl:237, pid=421924, ruid=0, euid=0, egid=0 11 10 7 3 2 0, mailgid=6 )
parameter format error, Access denied


Dear experts please help
 

10 More Discussions You Might Find Interesting

1. Programming

getpri on gcc (AIX)

I have tried to use the getpri function (get priority) from the standard C library, using the gcc compiler on AIX, but the function does not seem to reside in the library although it is declared in the header. The gcc was installed the normal way Any ideas ? (1 Reply)
Discussion started by: Seeker
1 Replies

2. UNIX for Dummies Questions & Answers

suidperl

Dear All , I need to install this file to my Linux Red Hat 9 machine . i need it urgent , can anyone give me the link : file name : perl-suidperl-5.8.0-xx.i386.rpm thanks (2 Replies)
Discussion started by: tamemi
2 Replies

3. UNIX for Dummies Questions & Answers

AIX 5.3 gcc compiler

Hi there I've got a problem getting my mysql libraries to work. every time I compile my source code it gives my a compiler error. Cannot find a rule to create target /usr/include/mysql/mysql.h AND /usr/include/mysql/mysql.h: Permission denied Is anyone fimiliar with this error, and can... (0 Replies)
Discussion started by: cipher#1
0 Replies

4. AIX

AIX 5.3 gcc compiler

Hi there I've got a problem getting my mysql libraries to work. every time I compile my source code it gives my a compiler error. Cannot find a rule to create target /usr/include/mysql/mysql.h AND /usr/include/mysql/mysql.h: Permission denied Is anyone fimiliar with this error, and can... (1 Reply)
Discussion started by: cipher#1
1 Replies

5. AIX

gcc with AIX 4.3

hi, i need to install a source code from an open source on AIX 4.3. but first i need to install gcc. is gcc going to screw up AIX 4.3? the box is doing heavy legacy stuff with engine and db2 on it. and over 200 users. any comment would be appreciated. thanks (9 Replies)
Discussion started by: itik
9 Replies

6. AIX

Compile gcc on AIX 5.2

I'm trying to compile gcc 3.4.6 on AIX 5.2 but I get this error: bison -t --name-prefix=java_ -o java/parse.c java/parse.y M4sugar requires GNU M4. Install it before installing M4sugar or set the M4 environment variable to its path name.make: *** Broken pipe gcc -c -g -O2 -DIN_GCC -W... (7 Replies)
Discussion started by: untamed
7 Replies

7. AIX

Gcc for AIX

Hi, I am working with AIX5.3 and I downloaded the gcc-4.2.4.tar.bz2 from the site and when I am trying to un-tar it.It is throwing error-- Please help me to resolve it. Thanks in Advance.. (6 Replies)
Discussion started by: smartgupta
6 Replies

8. AIX

Upgrading AIX 5.2 to AIX 6.1 - GCC compatibility

Hi All, We are in the processing of upgrading our AIX server OS from 5.2.0.0 to 6.1. And we have a set of highly critical running C applications in AIX box. I have a question like whether this upgradation of OS will affect any C code compilation and C runtime enviornment... how does AIX 6.1... (1 Reply)
Discussion started by: karthikc
1 Replies

9. Programming

Gcc 4.5.8 on AIX 7.1 issue

after migrate our AIX server from 6.1 to 7.1 , we insalled c compilator with rpm files Server:root:/ > rpm -qa | grep gcc libgcc-4.8.5-1 gcc-cpp-4.8.5-1 gcc-4.8.5-1 gcc-c++-4.8.5-1 but whene we proceed to compile a c programm we have this error exec(): 0509-036 Cannot load... (2 Replies)
Discussion started by: yahia
2 Replies

10. UNIX for Advanced & Expert Users

AIX 7.1 gcc 4.8.5 issue

hey guys , after migrate our AIX server from 6.1 to 7.1 , we insalled c compilator with rpm files Server:root:/ > rpm -qa | grep gcc libgcc-4.8.5-1 gcc-cpp-4.8.5-1 gcc-4.8.5-1 gcc-c++-4.8.5-1 but whene we proceed to compile a c programm we have this error exec(): 0509-036... (17 Replies)
Discussion started by: yahia
17 Replies
binfmtcxx(1)							     binfmt_C							      binfmtcxx(1)

NAME
binfmtcxx-interpreter - binfmt_misc C++ handler SYNOPSIS
binfmtcxx-interpreter C++-source-file-name [command-line opions ...] DESCRIPTION
binfmtcxx-interpreter compiles a C++ source file specified on the command-line using C++ compiler, and executes the resulting file. It is designed to be used as a handler for binfmt_misc handler, which is a system used in Linux for handling arbitrary files as executa- bles. The command-line options are passed on to the compiled binary. FILE MAGIC
There is a requirement for C++ source files to have the magic characters /*BINFMTCXX: at the beginning of the file. That line also is used to specify the additional command-line options for C++ compiler. ENVIRONMENT
GXX The compiler used. The default is to use g++ CXX The compiler used, if GXX variable is not set. Will fall back to using GCC and CC BINFMTCTMPDIR Temporary directory used for binary and execution. Falls back to $TMPDIR $TEMPDIR or /tmp BINFMTC_DEBUG enables debug output if set. BINFMTCXX_GXX_OPTS Additional G++ options. Use BINFMTC_DEBUG to verify the options being passed on to g++. The default is -O0 -Wall -g AUTHOR
Junichi Uekawa (dancer@debian.org) Upstream page is available at http://www.netfort.gr.jp/~dancer/software/ SEE ALSO
binfmtasm-interpreter(1), binfmtc-interpreter(1), binfmtcxx-interpreter(1), binfmtf-interpreter(1), binfmtf95-interpreter(1), binfmtgcj- interpreter(1) binfmt_misc Dancer 2009 Feb 8 binfmtcxx(1)
All times are GMT -4. The time now is 03:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy