* [sisyphus] Подскажите в чем проблема
@ 2004-09-07 12:55 Yury Levdansky
2004-09-07 12:57 ` Віталь Хілько
2004-09-08 11:34 ` Dmitry V. Levin
0 siblings, 2 replies; 6+ messages in thread
From: Yury Levdansky @ 2004-09-07 12:55 UTC (permalink / raw)
To: sisyphus
rpm -ba /usr/src/RPM/SPECS/DGVirus.spec
g++ -O2 -Wall -c VirusScanner.cpp
g++ -o dansguardian -O2 -DPROXYUSER=\"nobody\"
-DCONFFILELOCATION=\"/etc/dansguardian/dansguardian.conf\" -lz
String.o OptionContainer.o FDTunnel.o ConnectionHandler.o DataBuffer.o
HTTPHeader.o NaughtyFilter.o RegExp.o Socket.o FatController.o
UDSocket.o SysV.o ListContainer.o Ident.o HTMLTemplate.o
LanguageContainer.o DynamicURLList.o ImageContainer.o FOptionContainer.o
ListManager.o md5.o ClamAV.o VirusEngine.o VirusScanner.o
/usr/lib/libz.a -lclamav -lesmtp dansguardian.cpp
i586-alt-linux-g++: /usr/lib/libz.a: No such file or directory
make: *** [all] Error 1
make: Leaving directory `/usr/src/RPM/BUILD/dansguardian-2.8.0.2'
ошибка: Неверный код возврата из /var/tmp/rpm-tmp.39143 (%build)
Подскажите в чем проблема, чего не хватает?
#rpm -qa |grep zlib
bzlib-1.0.2-alt10
zlib-devel-1.2.1.1-alt3
zlib-1.2.1.1-alt3
--
____________
С уважением
Левданский Юрий
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Подскажите в чем проблема
2004-09-07 12:55 [sisyphus] Подскажите в чем проблема Yury Levdansky
@ 2004-09-07 12:57 ` Віталь Хілько
2004-09-08 6:16 ` Alexey I. Froloff
2004-09-08 11:34 ` Dmitry V. Levin
1 sibling, 1 reply; 6+ messages in thread
From: Віталь Хілько @ 2004-09-07 12:57 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
On Аўт, 2004-09-07 at 15:55 +0300, Yury Levdansky wrote:
> zlib-devel
zlib-devel-static
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Подскажите в чем проблема
2004-09-07 12:57 ` Віталь Хілько
@ 2004-09-08 6:16 ` Alexey I. Froloff
2004-09-08 10:49 ` Yury Levdansky
0 siblings, 1 reply; 6+ messages in thread
From: Alexey I. Froloff @ 2004-09-08 6:16 UTC (permalink / raw)
To: ALT Linux Sisyphus
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
* В?таль Х?лько <v.khilko@> [040907 16:58]:
> > zlib-devel
> zlib-devel-static
Не надо так делать...
--
Regards, Sir Raorn.
-------------------
> Ходят слухи, что Juniora больше не будет, а на смену ему придёт
> Compact.
Ходят форварды, что это не так.
-- mike in community@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Подскажите в чем проблема
2004-09-08 10:49 ` Yury Levdansky
@ 2004-09-08 10:49 ` Alexey I. Froloff
0 siblings, 0 replies; 6+ messages in thread
From: Alexey I. Froloff @ 2004-09-08 10:49 UTC (permalink / raw)
To: ALT Linux Sisyphus
[-- Attachment #1: Type: text/plain, Size: 376 bytes --]
* Yury Levdansky <avilink@> [040908 14:48]:
> >>>zlib-devel
> >>zlib-devel-static
> >Не надо так делать...
> А как надо?
Заставить эту софтину линковаться с libz динамически.
--
Regards, Sir Raorn.
-------------------
Самоубийцы должны быть на самообслуживании... все остальные - Welcom 2
Sisyphus, постоянно нестабильную среду разработки.
-- rider in devel@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Подскажите в чем проблема
2004-09-08 6:16 ` Alexey I. Froloff
@ 2004-09-08 10:49 ` Yury Levdansky
2004-09-08 10:49 ` Alexey I. Froloff
0 siblings, 1 reply; 6+ messages in thread
From: Yury Levdansky @ 2004-09-08 10:49 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Alexey I. Froloff пишет:
>* В?таль Х?лько <v.khilko@> [040907 16:58]:
>
>
>>>zlib-devel
>>>
>>>
>>zlib-devel-static
>>
>>
>Не надо так делать...
>
>
А как надо?
--
____________
С уважением
Левданский Юрий
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [sisyphus] Подскажите в чем проблема
2004-09-07 12:55 [sisyphus] Подскажите в чем проблема Yury Levdansky
2004-09-07 12:57 ` Віталь Хілько
@ 2004-09-08 11:34 ` Dmitry V. Levin
1 sibling, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2004-09-08 11:34 UTC (permalink / raw)
To: ALT Linux Sisyphus mailing list
[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]
Hi,
On Tue, Sep 07, 2004 at 03:55:01PM +0300, Yury Levdansky wrote:
> rpm -ba /usr/src/RPM/SPECS/DGVirus.spec
>
> g++ -O2 -Wall -c VirusScanner.cpp
> g++ -o dansguardian -O2 -DPROXYUSER=\"nobody\"
> -DCONFFILELOCATION=\"/etc/dansguardian/dansguardian.conf\" -lz
-------------------------------------------------------------^^^
> String.o OptionContainer.o FDTunnel.o ConnectionHandler.o DataBuffer.o
> HTTPHeader.o NaughtyFilter.o RegExp.o Socket.o FatController.o
> UDSocket.o SysV.o ListContainer.o Ident.o HTMLTemplate.o
> LanguageContainer.o DynamicURLList.o ImageContainer.o FOptionContainer.o
> ListManager.o md5.o ClamAV.o VirusEngine.o VirusScanner.o
> /usr/lib/libz.a -lclamav -lesmtp dansguardian.cpp
--^^^^^^^^^^^^^^^
> i586-alt-linux-g++: /usr/lib/libz.a: No such file or directory
----------------------^^^^^^^^^^^^^^^
> make: *** [all] Error 1
> make: Leaving directory `/usr/src/RPM/BUILD/dansguardian-2.8.0.2'
> ошибка: Неверный код возврата из /var/tmp/rpm-tmp.39143 (%build)
>
> Подскажите в чем проблема, чего не хватает?
Удалите все упоминания о файле /usr/lib/libz.a
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-09-08 11:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-07 12:55 [sisyphus] Подскажите в чем проблема Yury Levdansky
2004-09-07 12:57 ` Віталь Хілько
2004-09-08 6:16 ` Alexey I. Froloff
2004-09-08 10:49 ` Yury Levdansky
2004-09-08 10:49 ` Alexey I. Froloff
2004-09-08 11:34 ` Dmitry V. Levin
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