ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Artem K. Jouravsky" <ujo@ifirst.ru>
To: sisyphus@altlinux.ru
Subject: Re: [sisyphus] php --with-dom
Date: Fri, 19 Oct 2001 19:14:00 +0400
Message-ID: <20011019191400.6e706a5b.ujo@ifirst.ru> (raw)
In-Reply-To: <20011019172605.K27478@pc152.belcaf.minsk.by>

Здравствуйте, Alexander Bokovoy <a.bokovoy@sam-solutions.net>!
От Fri, 19 Oct 2001 17:26:05 +0300 вы писали на тему Re: [sisyphus] php --with-dom:

AB> On Fri, Oct 19, 2001 at 05:45:37PM +0400, Artem K. Jouravsky
AB> wrote:
AB> > Здравствуйте, "Artem K. Jouravsky" <ujo@ifirst.ru>!
AB> > От Fri, 19 Oct 2001 14:08:28 +0400 вы писали на тему
AB> [sisyphus] php --with-dom:
AB> > 
AB> > AJ> Доброго времени суток!
AB> > AJ> Пытался собрать php с поддержкой DOM, так он не желал
AB> > AJ> собираться
AB> > AJ> пока я не создал симлинк /usr/include/libxml ->
AB> > AJ> /usr/include/libxm2/libxml
AB> > AJ> Может этот симлинк в devel пакет положить?
AB> > Поторопился я сказать что все собралось... Только стало
AB> собираться.
AB> > Валится со словами
<skip>
AB> > ../../shared/libphp_common.so: undefined reference to
AB> `xmlNewNode'
AB> > collect2: ld returned 1 exit status
AB> > Неверный код возврата из /var/tmp/rpm-tmp.2411 (%build)
AB> > В чем может быть проблема?
AB> Посмотрите в php.spec, в текст после комментария "Build
AB> shared module for
AB> both Apache and the standalone php" и впишите туда -lxml
AB> Увы, пока что это ручная работа и библиотеки, перечисленные
AB> там,
AB> приходится подбирать вручную. Правда, для сборки просто DOM
AB> модуля совсем
AB> не нужно было пересобирать весь PHP, достаточно было просто
AB> сделать
AB> отдельный php-dom по образу и подобию, например, php-mysql.
Может и соберу... А с наскока не получилось, так быстрее кажется.
Спасибо, этот этап я прошел. Теперь - 
+ ld --whole-archive -shared -soname -lxml libphp_common.so.4.0.6 -o shared/libphp_common.so.4.0.6 Zend/.libs/libZend.al main/.libs/libmain.al ./ext/bcmath/.libs/libbcmath.al ./ext/calendar/.libs/libcalendar.al ./ext/ctype/.libs/libctype.al ./ext/dbase/.libs/libdbase.al ./ext/domxml/.libs/libdomxml.al ./ext/filepro/.libs/libfilepro.al ./ext/ftp/.libs/libftp.al ./ext/gettext/.libs/libgettext.al ./ext/pcre/.libs/libpcre.al ./ext/posix/.libs/libposix.al ./ext/session/.libs/libsession.al ./ext/standard/.libs/libstandard.al ./ext/sysvsem/.libs/libsysvsem.al ./ext/sysvshm/.libs/libsysvshm.al ./ext/wddx/.libs/libwddx.al ./ext/xml/.libs/libxml.al ./ext/yp/.libs/libyp.al ./ext/zlib/.libs/libzlib.al TSRM/.libs/libtsrm.al -lexpat -lgdbm -lnsl -lpam -lz -lmm -ldb-3.3 -lresolv -lm -lcrypt -lnsl -ldl -lpthread -lc
ld: cannot open libphp_common.so.4.0.6: No such file or directory

Я в нужном месте вписал то что вы сказали?
# Build shared module for both Apache and the standalone php
OBJECTS=`find ./ext -maxdepth 3 -type f|grep "\.al"`
ld --whole-archive -shared -soname -lxml libphp_common.so.4.0.6 -o shared/libphp_common.so.4.0.6 \
        Zend/.libs/libZend.al \
        main/.libs/libmain.al \
        $OBJECTS TSRM/.libs/libtsrm.al \
        -lexpat -lgdbm -lnsl -lpam -lz -lmm -ldb-3.3 -lresolv -lm -lcrypt -lnsl -ldl -lpthread -lc
#       /usr/lib/libbind.a \
Дело в том, что линковка для меня темный лес...
------
Best wishes,
+----------------------+--------------------------+
|  ."-.                |  Work: +7-(095)-229-4278 |
| /X  | _o.----.    _  |  ICQ:  103399444         |
|/\_  \/ /  __  \_// ) |  Artem K. Jouravsky      |
|\__)-/_/\_____)____/  |  http://www.ifirst.ru/   |
+----------------------+--------------------------+		      



  reply	other threads:[~2001-10-19 15:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-19 10:08 Artem K. Jouravsky
2001-10-19 13:45 ` Artem K. Jouravsky
2001-10-19 14:26   ` Alexander Bokovoy
2001-10-19 15:14     ` Artem K. Jouravsky [this message]
2001-10-19 15:46       ` Artem K. Jouravsky
2001-10-19 16:11         ` Alexander Bokovoy
2001-10-19 16:34           ` Artem K. Jouravsky
2001-10-19 16:20         ` Artem K. Jouravsky
2001-10-19 15:47       ` Alexander Bokovoy
2001-10-23  6:49 ` [sisyphus] test Alexey N. Titov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011019191400.6e706a5b.ujo@ifirst.ru \
    --to=ujo@ifirst.ru \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git