* Re: [devel] E: incoming x86_64 reject: php5-dba-5.2.1-alt2
@ 2007-04-12 18:25 ` Konstantin A. Lepikhov
2007-04-12 18:28 ` Dmitry V. Levin
0 siblings, 1 reply; 5+ messages in thread
From: Konstantin A. Lepikhov @ 2007-04-12 18:25 UTC (permalink / raw)
To: ALT Linux Devel Mailing List
[-- Attachment #1: Type: text/plain, Size: 982 bytes --]
Hi Upravdom!
Thursday 12, at 01:59:32 PM you wrote:
....
> checking for PHP includes... -I/usr/include/php/5.2.1 -I/usr/include/php/5.2.1/main -I/usr/include/php/5.2.1/TSRM -I/usr/include/php/5.2.1/Zend -I/usr/include/php/5.2.1/ext -I/usr/include/php/5.2.1/ext/date/lib
> checking for PHP extension directory... /usr/lib64/php/5.2.1/extensions
> checking for PHP installed headers prefix... /usr/include/php/5.2.1
> checking for re2c... no
> configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
> checking for gawk... gawk
> checking whether to enable DBA... yes, shared
> checking for QDBM support... no
> checking for gdbm_open in -lgdbm... yes
> checking for GDBM support... yes
> checking for NDBM support... no
> checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
> checking for db4 major version... configure: error: Header contains different version
а что у нас с db4 на x86-64?
--
WBR et al.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] E: incoming x86_64 reject: php5-dba-5.2.1-alt2
2007-04-12 18:25 ` [devel] E: incoming x86_64 reject: php5-dba-5.2.1-alt2 Konstantin A. Lepikhov
@ 2007-04-12 18:28 ` Dmitry V. Levin
2007-04-12 18:47 ` Konstantin A. Lepikhov
0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2007-04-12 18:28 UTC (permalink / raw)
To: ALT Linux Devel Mailing List
[-- Attachment #1: Type: text/plain, Size: 1116 bytes --]
Hi,
On Thu, Apr 12, 2007 at 10:25:30PM +0400, Konstantin A. Lepikhov wrote:
> Thursday 12, at 01:59:32 PM you wrote:
>
> ....
> > checking for PHP includes... -I/usr/include/php/5.2.1 -I/usr/include/php/5.2.1/main -I/usr/include/php/5.2.1/TSRM -I/usr/include/php/5.2.1/Zend -I/usr/include/php/5.2.1/ext -I/usr/include/php/5.2.1/ext/date/lib
> > checking for PHP extension directory... /usr/lib64/php/5.2.1/extensions
> > checking for PHP installed headers prefix... /usr/include/php/5.2.1
> > checking for re2c... no
> > configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
> > checking for gawk... gawk
> > checking whether to enable DBA... yes, shared
> > checking for QDBM support... no
> > checking for gdbm_open in -lgdbm... yes
> > checking for GDBM support... yes
> > checking for NDBM support... no
> > checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
> > checking for db4 major version... configure: error: Header contains different version
> а что у нас с db4 на x86-64?
А что там проверяет configure-скрипт?
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] E: incoming x86_64 reject: php5-dba-5.2.1-alt2
2007-04-12 18:28 ` Dmitry V. Levin
@ 2007-04-12 18:47 ` Konstantin A. Lepikhov
2007-04-12 18:49 ` Dmitry V. Levin
0 siblings, 1 reply; 5+ messages in thread
From: Konstantin A. Lepikhov @ 2007-04-12 18:47 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 2010 bytes --]
Hi Dmitry!
Thursday 12, at 10:28:54 PM you wrote:
> Hi,
>
> On Thu, Apr 12, 2007 at 10:25:30PM +0400, Konstantin A. Lepikhov wrote:
> > Thursday 12, at 01:59:32 PM you wrote:
> >
> > ....
> > > checking for PHP includes... -I/usr/include/php/5.2.1 -I/usr/include/php/5.2.1/main -I/usr/include/php/5.2.1/TSRM -I/usr/include/php/5.2.1/Zend -I/usr/include/php/5.2.1/ext -I/usr/include/php/5.2.1/ext/date/lib
> > > checking for PHP extension directory... /usr/lib64/php/5.2.1/extensions
> > > checking for PHP installed headers prefix... /usr/include/php/5.2.1
> > > checking for re2c... no
> > > configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
> > > checking for gawk... gawk
> > > checking whether to enable DBA... yes, shared
> > > checking for QDBM support... no
> > > checking for gdbm_open in -lgdbm... yes
> > > checking for GDBM support... yes
> > > checking for NDBM support... no
> > > checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
> > > checking for db4 major version... configure: error: Header contains different version
> > а что у нас с db4 на x86-64?
>
> А что там проверяет configure-скрипт?
...
dnl Berkeley specific (library and version test)
dnl parameters(version, library list, function)
AC_DEFUN([PHP_DBA_DB_CHECK],[
for LIB in $2; do
if test -f $THIS_PREFIX/$PHP_LIBDIR/lib$LIB.a || test -f $THIS_PREFIX/$PHP_LIBDIR/lib$LIB.$SHLIB_SUFFIX_NAME; then
PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/$PHP_LIBDIR, -l$LIB,[
AC_TRY_LINK([
#include "$THIS_INCLUDE"
],[
$3;
],[
AC_EGREP_CPP(yes,[
#include "$THIS_INCLUDE"
#if DB_VERSION_MAJOR == $1
yes
#endif
],[
THIS_LIBS=$LIB
break
])
])
])
fi
done
if test -z "$THIS_LIBS"; then
AC_MSG_CHECKING(for db$1 major version)
AC_MSG_ERROR(Header contains different version)
fi
--
WBR et al.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] E: incoming x86_64 reject: php5-dba-5.2.1-alt2
2007-04-12 18:47 ` Konstantin A. Lepikhov
@ 2007-04-12 18:49 ` Dmitry V. Levin
2007-04-12 19:39 ` Konstantin A. Lepikhov
0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2007-04-12 18:49 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1522 bytes --]
On Thu, Apr 12, 2007 at 10:47:40PM +0400, Konstantin A. Lepikhov wrote:
> Hi Dmitry!
>
> Thursday 12, at 10:28:54 PM you wrote:
>
> > Hi,
> >
> > On Thu, Apr 12, 2007 at 10:25:30PM +0400, Konstantin A. Lepikhov wrote:
> > > Thursday 12, at 01:59:32 PM you wrote:
> > >
> > > ....
> > > > checking for PHP includes... -I/usr/include/php/5.2.1 -I/usr/include/php/5.2.1/main -I/usr/include/php/5.2.1/TSRM -I/usr/include/php/5.2.1/Zend -I/usr/include/php/5.2.1/ext -I/usr/include/php/5.2.1/ext/date/lib
> > > > checking for PHP extension directory... /usr/lib64/php/5.2.1/extensions
> > > > checking for PHP installed headers prefix... /usr/include/php/5.2.1
> > > > checking for re2c... no
> > > > configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers.
> > > > checking for gawk... gawk
> > > > checking whether to enable DBA... yes, shared
> > > > checking for QDBM support... no
> > > > checking for gdbm_open in -lgdbm... yes
> > > > checking for GDBM support... yes
> > > > checking for NDBM support... no
> > > > checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
> > > > checking for db4 major version... configure: error: Header contains different version
> > > а что у нас с db4 на x86-64?
> >
> > А что там проверяет configure-скрипт?
>
> ...
> dnl Berkeley specific (library and version test)
> dnl parameters(version, library list, function)
> AC_DEFUN([PHP_DBA_DB_CHECK],[
Лучше в config.log посмотреть.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] E: incoming x86_64 reject: php5-dba-5.2.1-alt2
2007-04-12 18:49 ` Dmitry V. Levin
@ 2007-04-12 19:39 ` Konstantin A. Lepikhov
0 siblings, 0 replies; 5+ messages in thread
From: Konstantin A. Lepikhov @ 2007-04-12 19:39 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 600 bytes --]
Hi Dmitry!
Thursday 12, at 10:49:28 PM you wrote:
> > dnl Berkeley specific (library and version test)
> > dnl parameters(version, library list, function)
> > AC_DEFUN([PHP_DBA_DB_CHECK],[
>
> Лучше в config.log посмотреть.
вот какашка:
17301 stat("/usr/lib/libdb4.so", 0x7fff33506a10) = -1 ENOENT (No such file
or directory)
17301 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
17301 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
17301 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
17301 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
придется фиксить $PHP_LIBDIR
--
WBR et al.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-04-12 19:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-12 18:25 ` [devel] E: incoming x86_64 reject: php5-dba-5.2.1-alt2 Konstantin A. Lepikhov
2007-04-12 18:28 ` Dmitry V. Levin
2007-04-12 18:47 ` Konstantin A. Lepikhov
2007-04-12 18:49 ` Dmitry V. Levin
2007-04-12 19:39 ` Konstantin A. Lepikhov
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git