blob: 56fe8f321a4d41eba9d986eafa9a4da177a58812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] libpostfix issue.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20libpostfix%20issue.&In-Reply-To=%3C20120717060320.GK3708%40virgo.home.nanardon.zarb.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="017399.html">
<LINK REL="Next" HREF="017378.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] libpostfix issue.</H1>
<B>Olivier Thauvin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20libpostfix%20issue.&In-Reply-To=%3C20120717060320.GK3708%40virgo.home.nanardon.zarb.org%3E"
TITLE="[Mageia-dev] libpostfix issue.">nanardon at nanardon.zarb.org
</A><BR>
<I>Tue Jul 17 08:03:20 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="017399.html">[Mageia-dev] libpostfix issue.
</A></li>
<LI>Next message: <A HREF="017378.html">[Mageia-dev] gdm doesnt seams to work
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17401">[ date ]</a>
<a href="thread.html#17401">[ thread ]</a>
<a href="subject.html#17401">[ subject ]</a>
<a href="author.html#17401">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>* David W. Hodgins (<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">davidwhodgins at gmail.com</A>) wrote:
><i> On Mon, 16 Jul 2012 20:18:45 -0400, Luis Daniel Lucio Quiroz <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">dlucio at okay.com.mx</A>> wrote:
</I>><i>
</I>>><i> Le lundi 16 juillet 2012 09:32:13 Colin Guthrie a écrit :
</I>>>><i> ldconfig: /usr/lib64/libpostfix-xsasl.so.1 is not an ELF file - it has
</I>>>><i> the wrong magic bytes at the start.
</I>>><i> how tofix this"?
</I>><i>
</I>><i> Looks to me like it's a postfix problem.
</I>
[...]
><i>
</I>><i> Not sure about how to fix it.
</I>
I am not sure this is a postfix issue, I found this in postfix spec
file:
%if %{with dynamicmaps}
for i in lib/*.a; do
j=${i#lib/lib}
install $i %{buildroot}%{_libdir}/libpostfix-${j%.a}.so.1
done
%endif
The libpostfix-${j%.a}.so.1 look really suspicious (hardcode major,
shell magic replacement, ...).
--
Olivier Thauvin
CNRS - LATMOS
♖ ♘ ♗ ♕ ♔ ♗ ♘ ♖
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20120717/027d3356/attachment.asc>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="017399.html">[Mageia-dev] libpostfix issue.
</A></li>
<LI>Next message: <A HREF="017378.html">[Mageia-dev] gdm doesnt seams to work
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17401">[ date ]</a>
<a href="thread.html#17401">[ thread ]</a>
<a href="subject.html#17401">[ subject ]</a>
<a href="author.html#17401">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|