summaryrefslogtreecommitdiffstats
path: root/archives/extend/2015-August/000548.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives/extend/2015-August/000548.html')
-rw-r--r--archives/extend/2015-August/000548.html86
1 files changed, 86 insertions, 0 deletions
diff --git a/archives/extend/2015-August/000548.html b/archives/extend/2015-August/000548.html
new file mode 100644
index 00000000..8724e5de
--- /dev/null
+++ b/archives/extend/2015-August/000548.html
@@ -0,0 +1,86 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Can't start syslog when built with erlang.mk
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Can%27t%20start%20syslog%20when%20built%20with%20erlang.mk&In-Reply-To=%3CCA%2B_xk0nrg_gCKLDBPFNoPBmECNVdZs_MbXotEn1F-xWy9Y__HA%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000547.html">
+ <LINK REL="Next" HREF="000549.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Can't start syslog when built with erlang.mk</H1>
+ <B>Brandon Clark</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Can%27t%20start%20syslog%20when%20built%20with%20erlang.mk&In-Reply-To=%3CCA%2B_xk0nrg_gCKLDBPFNoPBmECNVdZs_MbXotEn1F-xWy9Y__HA%40mail.gmail.com%3E"
+ TITLE="[99s-extend] Can't start syslog when built with erlang.mk">a.brandon.clark at gmail.com
+ </A><BR>
+ <I>Mon Aug 24 20:15:57 CEST 2015</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A></li>
+ <LI>Next message: <A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#548">[ date ]</a>
+ <a href="thread.html#548">[ thread ]</a>
+ <a href="subject.html#548">[ subject ]</a>
+ <a href="author.html#548">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Greetings...
+
+I'm finding that I can't start syslog when it is built as a dependency of
+my erlang.mk project. For example:
+
+$ erl -pa _rel/${MY_PROJECT}/lib/*/ebin
+Erlang/OTP 18 [erts-7.0] [source] [64-bit] [async-threads:10] [hipe]
+[kernel-poll:false]
+
+Eshell V7.0 (abort with ^G)
+1&gt; syslog:start().
+{error,&quot;could not load driver syslog_drv: \&quot;cannot open shared object file:
+No such file or directory\&quot;&quot;}
+
+
+The root of the problem seems to be that erlang.mk compiled syslog_drv.c as
+&quot;syslog.so&quot; and syslog expects to load &quot;syslog_drv.so&quot;. I have confirmed
+that renaming the file solves the problem.
+
+What do I do with that?
+
+~BC
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20150824/7576a7ab/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20150824/7576a7ab/attachment.html</A>&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000547.html">[99s-extend] help to combine websocket with basic authentication
+</A></li>
+ <LI>Next message: <A HREF="000549.html">[99s-extend] Can't start syslog when built with erlang.mk
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#548">[ date ]</a>
+ <a href="thread.html#548">[ thread ]</a>
+ <a href="subject.html#548">[ subject ]</a>
+ <a href="author.html#548">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>