1753544 Members
6085 Online
108795 Solutions
New Discussion юеВ

dovecot instalation

 
Uma Maheswar
Occasional Contributor

dovecot instalation

Hi

I am trying to install devcot on HP-ux, when I am doing make I am getting following error.

uasng074@root# make
No suffix list.
make all-recursive
No suffix list.
Making all in src
No suffix list.
Making all in lib
source='ioloop-epoll.c' object='ioloop-epoll.o' libtool=no \
DEPDIR=.deps depmode=hp /bin/sh ../../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I../.. -g -D_XOPEN_SOURCE_EXTENDED -c
ioloop-epoll.c
cc: "array.h", line 63: error 1588: "__inline_func_array_create_from_buffer_para
m_2_buffer__" undefined.
cc: "array.h", line 63: error 1531: Invalid member of struct or union.
cc: "array.h", line 64: error 1588: "__inline_func_array_create_from_buffer_para
m_3_element_size__" undefined.
cc: "array.h", line 64: error 1531: Invalid member of struct or union.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
6 REPLIES 6
Steven Schweda
Honored Contributor

Re: dovecot instalation

> I am trying to install devcot

What is it? From where did you get it?

> on HP-ux,

So why ask in a Linux forum? (Especially
when many more people seem to follow the
HP-UX forum.)

> [...] I am getting following error.

Looks like an error. What is on lines 62-65
of array.h?

Other missing but potentially interesting
facts:

compiler version

OS version

hardware family
Uma Maheswar
Occasional Contributor

Re: dovecot instalation

I am installing dovecot on HP-UX, for pop3 and IMAP , I got it from http://wiki.dovecot.org/OSCompatibility ,


Is there any another package is there to configure pop3 and imap.


Thansk
Um Maheswar
Steven E. Protter
Exalted Contributor

Re: dovecot instalation

Shalom,

Search for Internet Express on http://software.hp.com

qpopper is tested on HP-UX and might work better as HP ported it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven Schweda
Honored Contributor

Re: dovecot instalation

> I am installing dovecot on HP-UX, for pop3
> and IMAP,

Ok. The correct spelling helps a little.

> I got it from
> http://wiki.dovecot.org/OSCompatibility ,

That's an interesting Web page, but it's not
a source kit.

> [...] What is on lines 62-65
> of array.h?
>
> Other missing but potentially interesting
> facts:
> compiler version
> OS version
> hardware family

Did you answer any of these?

See if I understand the situation. You have
some (unknown) source kit, you've configured
it in some (unknown) way, you're trying to
build it using some (unknown) C compiler, on
some (unknown) system, running some (unknown)
version of HP-UX, and you got some errors
pointing to some code which you won't show
us.

And you're asking about it in a Linux forum.

And you expect useful answers? Good luck.
Steven E. Protter
Exalted Contributor

Re: dovecot instalation

Shalom,

From Steven, to Steven (and others)

There is an issues forum and you can request the thread be moved to hpux.

Though I think I provided a perfectly good alternative answer for HP-UX, regardless of the incorrect location of this thread.

Good Luck,

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: dovecot instalation

>Steven: using some (unknown) C compiler

Obviously this is the PA C compiler from the message numbers. But what version?

As Steven said, it would be helpful to see lines 63 - 64.

Perhaps it is related to using the C99 inline keyword, which isn't supported on that version?