summaryrefslogtreecommitdiffstats
path: root/archives/extend/2014-March/000352.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-29 12:39:49 +0200
committerLoïc Hoguin <[email protected]>2016-08-29 12:40:03 +0200
commitc807880f7ac73f813b2660ea81a00f7712a4e793 (patch)
treeba1d09e9b177f230665a80513b33fbd532000ce4 /archives/extend/2014-March/000352.html
parentb1df25a7d9cda697513650659b781b55b40898f8 (diff)
downloadninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.gz
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.bz2
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.zip
Add old mailing list archives
Diffstat (limited to 'archives/extend/2014-March/000352.html')
-rw-r--r--archives/extend/2014-March/000352.html157
1 files changed, 157 insertions, 0 deletions
diff --git a/archives/extend/2014-March/000352.html b/archives/extend/2014-March/000352.html
new file mode 100644
index 00000000..bacc9c24
--- /dev/null
+++ b/archives/extend/2014-March/000352.html
@@ -0,0 +1,157 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] Getting started error: behaviour cowboy_http_handler undefined
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%0A%20%3D%3Futf-8%3Fq%3FGetting_started_error%3D3A_behaviour_cowboy%3F%3D%0A%20%3D%3Futf-8%3Fq%3F%3D5Fhttp%3D5Fhandler_undefined%3F%3D&In-Reply-To=%3C1394664664.82233997%40apps.rackspace.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="000351.html">
+ <LINK REL="Next" HREF="000353.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] Getting started error: behaviour cowboy_http_handler undefined</H1>
+ <B>lloyd at writersglen.com</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%0A%20%3D%3Futf-8%3Fq%3FGetting_started_error%3D3A_behaviour_cowboy%3F%3D%0A%20%3D%3Futf-8%3Fq%3F%3D5Fhttp%3D5Fhandler_undefined%3F%3D&In-Reply-To=%3C1394664664.82233997%40apps.rackspace.com%3E"
+ TITLE="[99s-extend] Getting started error: behaviour cowboy_http_handler undefined">lloyd at writersglen.com
+ </A><BR>
+ <I>Wed Mar 12 23:51:04 CET 2014</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000351.html">[99s-extend] Getting started error: behaviour cowboy_http_handler undefined
+</A></li>
+ <LI>Next message: <A HREF="000353.html">[99s-extend] Getting started error: behaviour cowboy_http_handler undefined
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#352">[ date ]</a>
+ <a href="thread.html#352">[ thread ]</a>
+ <a href="subject.html#352">[ subject ]</a>
+ <a href="author.html#352">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi Lo&#239;c,
+
+Thanks for help.
+
+I'm running cowboy master from GitHub and Erlang R16B02.
+
+$ echo $ERL_LIBS
+
+...gives me a directory that no longer exists; don't know how it got there, what it should be, or how to change it.
+
+E.g.: /home/lloyd/Programming/Erlang/zippity/apps
+
+I've looked in .erlang and tried $ export ERL_LIBS=&lt;my path to hello_erlang/ebin&gt;.
+
+Thanks again,
+
+LRP
+
+-----Original Message-----
+From: &quot;Lo&#239;c Hoguin&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt;
+Sent: Monday, March 10, 2014 4:36pm
+To: <A HREF="https://lists.ninenines.eu/listinfo/extend">lloyd at writersglen.com</A>, <A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>
+Subject: Re: [99s-extend] Getting started error: behaviour cowboy_http_handler undefined
+
+Try updating Erlang or Cowboy, this isn't the first time this happens
+and I fixed something at some point.
+
+Also see if you have ERL_LIBS already defined, in which case there might
+be a bug in Cowboy.
+
+On 03/10/2014 08:44 PM, <A HREF="https://lists.ninenines.eu/listinfo/extend">lloyd at writersglen.com</A> wrote:
+&gt;<i> Hello,
+</I>&gt;<i>
+</I>&gt;<i> I've slavishly emulated the &quot;Getting started&quot; example in the guide:
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://ninenines.eu/docs/en/cowboy/HEAD/guide/getting_started/">http://ninenines.eu/docs/en/cowboy/HEAD/guide/getting_started/</A>
+</I>&gt;<i>
+</I>&gt;<i> But, when I compile I get this error:
+</I>&gt;<i>
+</I>&gt;<i> yada yada
+</I>&gt;<i> ERLC hello_erlang_app.erl hello_handler.erl hello_erlang_sup.erl
+</I>&gt;<i> compile: warnings being treated as errors
+</I>&gt;<i> src/hello_handler.erl:2: behaviour cowboy_http_handler undefined
+</I>&gt;<i> make: *** [ebin/hello_erlang.app] Error 1
+</I>&gt;<i>
+</I>&gt;<i> Cowboy seems to be correctly loaded and compiled as a dependency. I can see .../cowboy/ebin/cowboy_http_handler.beam
+</I>&gt;<i>
+</I>&gt;<i> However, when I remove the line -behavior(cowboy_http_handler) from hello_handler.erl, system compiles and creates release just fine.
+</I>&gt;<i>
+</I>&gt;<i> % -behavior(cowboy_http_handler).
+</I>&gt;<i>
+</I>&gt;<i> Could this be a bug in Getting started or some dunder-headed thing on my end?
+</I>&gt;<i>
+</I>&gt;<i> Thanks,
+</I>&gt;<i>
+</I>&gt;<i> LRP
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> *********************************************
+</I>&gt;<i> My books:
+</I>&gt;<i>
+</I>&gt;<i> THE GOSPEL OF ASHES
+</I>&gt;<i> <A HREF="http://thegospelofashes.com">http://thegospelofashes.com</A>
+</I>&gt;<i>
+</I>&gt;<i> Strength is not enough. Do they have the courage
+</I>&gt;<i> and the cunning? Can they survive long enough to
+</I>&gt;<i> save the lives of millions?
+</I>&gt;<i>
+</I>&gt;<i> FREEIN' PANCHO
+</I>&gt;<i> <A HREF="http://freeinpancho.com">http://freeinpancho.com</A>
+</I>&gt;<i>
+</I>&gt;<i> A community of misfits help a troubled boy find his way
+</I>&gt;<i>
+</I>&gt;<i> AYA TAKEO
+</I>&gt;<i> <A HREF="http://ayatakeo.com">http://ayatakeo.com</A>
+</I>&gt;<i>
+</I>&gt;<i> Star-crossed love, war and power in an alternative
+</I>&gt;<i> universe
+</I>&gt;<i>
+</I>&gt;<i> Available through Amazon or by request from your
+</I>&gt;<i> favorite bookstore
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> **********************************************
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> Extend mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
+</I>&gt;<i>
+</I>
+--
+Lo&#239;c Hoguin
+<A HREF="http://ninenines.eu">http://ninenines.eu</A>
+
+
+
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000351.html">[99s-extend] Getting started error: behaviour cowboy_http_handler undefined
+</A></li>
+ <LI>Next message: <A HREF="000353.html">[99s-extend] Getting started error: behaviour cowboy_http_handler undefined
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#352">[ date ]</a>
+ <a href="thread.html#352">[ thread ]</a>
+ <a href="subject.html#352">[ subject ]</a>
+ <a href="author.html#352">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>