Re: [ossec-list] Ossec agent installation issue on AIX Server's

2018-02-18 Thread dan (ddp)
On Fri, Feb 16, 2018 at 6:15 AM, Sardar Salim Shaikh
 wrote:
> Hi dan,
>
> Thanks for your reply,
>
> Can you please tell me how I can check which compiler is used by make or AIX
> server ???
>
> Actually I don't know much about the AIX Server's.
>

Neither do I. It looks like AIX's path is set to:
PATH=${PATH}:/usr/vac/bin
in the Makefile. But you should be able to set the environment
variable "CC" to the path to your compiler.

> Thanks and Best regards,
> Sardar S.
>
> On Thursday, February 15, 2018 at 5:39:26 PM UTC+5:30, dan (ddpbsd) wrote:
>>
>> My best guess (also not having access to AIX) is that the script is
>> picking up the wrong compiler and maybe make.
>>
>>
>> On Mon, Feb 12, 2018 at 4:12 AM, Sardar Salim Shaikh
>>  wrote:
>> > Hi Eero,
>> >
>> > Thanks for your reply !!!
>> >
>> > The gcc version on AIX 6.1 is : gcc-4.8.3-1
>> >
>> > Please help me with this issue, I'm stuck at this.
>> >
>> > Thanks and best Regards,
>> > Sardar S.
>> >
>> > --
>> >
>> > ---
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "ossec-list" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to ossec-list+...@googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "ossec-list" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ossec-list+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ossec-list] Ossec agent installation issue on AIX Server's

2018-02-16 Thread braulio


Hi Sardar,

to build AIX packages, I use several versions to test that everything works 
fine and the installation works, so, when I saw your questions I tried to 
compile ossec-hids 2.7.1 and it works for me in AIX 6.1. The gcc version 
that I use is gcc 4.8.2 and gmake 4.2.1.

You can find these packages in http://www.oss4aix.org/download/RPMS/.

Also, to check which gcc is your AIX system using, you can run the 
following command.

which gcc

It will tell you the path of the gcc that your system is using. In my case, 
I get this:

# which gcc
/opt/freeware/bin/gcc

# which gmake
/opt/freeware/bin/gmake

I hope it helps.

Regards,
Braulio.

On Friday, February 16, 2018 at 12:15:29 PM UTC+1, Sardar Salim Shaikh 
wrote:
>
> Hi dan, 
>
> Thanks for your reply, 
>
> Can you please tell me how I can check which compiler is used by make or 
> AIX server ???
>
> Actually I don't know much about the AIX Server's.
>
> Thanks and Best regards, 
> Sardar S. 
>
> On Thursday, February 15, 2018 at 5:39:26 PM UTC+5:30, dan (ddpbsd) wrote:
>>
>> My best guess (also not having access to AIX) is that the script is 
>> picking up the wrong compiler and maybe make. 
>>
>>
>> On Mon, Feb 12, 2018 at 4:12 AM, Sardar Salim Shaikh 
>>  wrote: 
>> > Hi Eero, 
>> > 
>> > Thanks for your reply !!! 
>> > 
>> > The gcc version on AIX 6.1 is : gcc-4.8.3-1 
>> > 
>> > Please help me with this issue, I'm stuck at this. 
>> > 
>> > Thanks and best Regards, 
>> > Sardar S. 
>> > 
>> > -- 
>> > 
>> > --- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "ossec-list" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an 
>> > email to ossec-list+...@googlegroups.com. 
>> > For more options, visit https://groups.google.com/d/optout. 
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ossec-list] Ossec agent installation issue on AIX Server's

2018-02-16 Thread Sardar Salim Shaikh
Hi dan, 

Thanks for your reply, 

Can you please tell me how I can check which compiler is used by make or 
AIX server ???

Actually I don't know much about the AIX Server's.

Thanks and Best regards, 
Sardar S. 

On Thursday, February 15, 2018 at 5:39:26 PM UTC+5:30, dan (ddpbsd) wrote:
>
> My best guess (also not having access to AIX) is that the script is 
> picking up the wrong compiler and maybe make. 
>
>
> On Mon, Feb 12, 2018 at 4:12 AM, Sardar Salim Shaikh 
>  wrote: 
> > Hi Eero, 
> > 
> > Thanks for your reply !!! 
> > 
> > The gcc version on AIX 6.1 is : gcc-4.8.3-1 
> > 
> > Please help me with this issue, I'm stuck at this. 
> > 
> > Thanks and best Regards, 
> > Sardar S. 
> > 
> > -- 
> > 
> > --- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "ossec-list" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to ossec-list+...@googlegroups.com . 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ossec-list] Ossec agent installation issue on AIX Server's

2018-02-15 Thread dan (ddp)
My best guess (also not having access to AIX) is that the script is
picking up the wrong compiler and maybe make.


On Mon, Feb 12, 2018 at 4:12 AM, Sardar Salim Shaikh
 wrote:
> Hi Eero,
>
> Thanks for your reply !!!
>
> The gcc version on AIX 6.1 is : gcc-4.8.3-1
>
> Please help me with this issue, I'm stuck at this.
>
> Thanks and best Regards,
> Sardar S.
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "ossec-list" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ossec-list+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ossec-list] Ossec agent installation issue on AIX Server's

2018-02-12 Thread Eero Volotinen
Well. I don't have access to AIX system, so I cannot fix or help with issue.

Eero

On Mon, Feb 12, 2018 at 11:12 AM, Sardar Salim Shaikh 
wrote:

> Hi Eero,
>
> Thanks for your reply !!!
>
> The gcc version on AIX 6.1 is : gcc-4.8.3-1
>
> Please help me with this issue, I'm stuck at this.
>
> Thanks and best Regards,
> Sardar S.
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "ossec-list" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ossec-list+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ossec-list] Ossec agent installation issue on AIX Server's

2018-02-12 Thread Sardar Salim Shaikh
Hi Eero, 

Thanks for your reply !!!

The gcc version on AIX 6.1 is : gcc-4.8.3-1 

Please help me with this issue, I'm stuck at this. 

Thanks and best Regards, 
Sardar S.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ossec-list] Ossec agent installation issue on AIX Server's

2018-01-29 Thread Eero Volotinen
Well, are you using gcc on aix? what is output of cc --version and gcc
--version

Eero

2018-01-29 8:55 GMT+02:00 Sardar Salim Shaikh :

> Hello All,
>
> I'm facing some issues installing the ossec agent on the AIX Server 6.3
> and 7.1, I'm getting below error's while installation, Please find the
> attached screenshots of error's.
>
> Kindly help me to fix this issue.
>
>
>
> Thanks and Best Regards,
>
> Sardar Shaikh
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "ossec-list" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ossec-list+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.